* teleportation implemented

This commit is contained in:
mateuszb
2010-05-07 14:05:48 +00:00
parent 9c7e18e44d
commit 3c72644880
8 changed files with 95 additions and 15 deletions
+5
View File
@@ -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;