diff options
| author | fusion32 <marcopuzziello@gmail.com> | 2025-05-31 22:18:08 -0300 |
|---|---|---|
| committer | fusion32 <marcopuzziello@gmail.com> | 2025-05-31 22:20:44 -0300 |
| commit | c4b06256d92408c4e99bd37b58d66f2024ec0a70 (patch) | |
| tree | e93b6861520fddd0f49f765dd9dd83058fc80b31 /src/monster.hh | |
| parent | d7c11b271633ee1f5b58d2b679b50cf95b2826e0 (diff) | |
| download | game-c4b06256d92408c4e99bd37b58d66f2024ec0a70.tar.gz game-c4b06256d92408c4e99bd37b58d66f2024ec0a70.zip | |
impl TCreature::Damage + overall improvements
Diffstat (limited to 'src/monster.hh')
| -rw-r--r-- | src/monster.hh | 3 |
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_ |
