aboutsummaryrefslogtreecommitdiff
path: root/src/monster.hh
diff options
context:
space:
mode:
authorfusion32 <marcopuzziello@gmail.com>2025-05-31 22:18:08 -0300
committerfusion32 <marcopuzziello@gmail.com>2025-05-31 22:20:44 -0300
commitc4b06256d92408c4e99bd37b58d66f2024ec0a70 (patch)
treee93b6861520fddd0f49f765dd9dd83058fc80b31 /src/monster.hh
parentd7c11b271633ee1f5b58d2b679b50cf95b2826e0 (diff)
downloadgame-c4b06256d92408c4e99bd37b58d66f2024ec0a70.tar.gz
game-c4b06256d92408c4e99bd37b58d66f2024ec0a70.zip
impl TCreature::Damage + overall improvements
Diffstat (limited to 'src/monster.hh')
-rw-r--r--src/monster.hh3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/monster.hh b/src/monster.hh
index dd246a1..f7ce3f5 100644
--- a/src/monster.hh
+++ b/src/monster.hh
@@ -85,6 +85,9 @@ struct TMonster: TNonplayer {
};
#endif
+//#define MAX_RACES 512
extern TRaceData RaceData[512];
+extern int KilledCreatures[512];
+extern int KilledPlayers[512];
#endif //TIBIA_MONSTER_HH_