mirror of
https://github.com/vcmi/vcmi.git
synced 2026-06-19 22:57:37 +02:00
* teleportation implemented
This commit is contained in:
@@ -976,6 +976,11 @@ si8 CCallback::battleHasWallPenalty( int stackID, int destHex )
|
||||
return gs->curB->hasWallPenalty(stackID, destHex);
|
||||
}
|
||||
|
||||
si8 CCallback::battleCanTeleportTo(int stackID, int destHex, int telportLevel)
|
||||
{
|
||||
return gs->curB->canTeleportTo(stackID, destHex, telportLevel);
|
||||
}
|
||||
|
||||
InfoAboutTown::InfoAboutTown()
|
||||
{
|
||||
tType = NULL;
|
||||
|
||||
Reference in New Issue
Block a user