mirror of
https://github.com/vcmi/vcmi.git
synced 2025-03-23 21:29:13 +02:00
ObstacleCasterProxy: beta branch
This commit is contained in:
parent
4f3c826196
commit
2eaecfd1ae
@ -168,6 +168,11 @@ public:
|
|||||||
return owner;
|
return owner;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
int32_t manaLimit() const override
|
||||||
|
{
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
|
|
||||||
void getCasterName(MetaString & text) const override
|
void getCasterName(MetaString & text) const override
|
||||||
{
|
{
|
||||||
logGlobal->error("Unexpected call to ObstacleCasterProxy::getCasterName");
|
logGlobal->error("Unexpected call to ObstacleCasterProxy::getCasterName");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user