From 189d40706feea796fe9307c915f29d2158769357 Mon Sep 17 00:00:00 2001 From: fusion32 Date: Sun, 1 Jun 2025 22:51:33 -0300 Subject: more work on spell primitives --- src/creature.hh | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/creature.hh') diff --git a/src/creature.hh b/src/creature.hh index d5f4f1b..79fee7c 100644 --- a/src/creature.hh +++ b/src/creature.hh @@ -144,4 +144,9 @@ struct TCreature: TSkillBase { TConnection *Connection; }; +// TODO(fusion): These probably belong elsewhere but we should come back to +// this when we're wrapping up creature files. +bool IsCreaturePlayer(uint32 CreatureID); +void AddKillStatistics(int AttackerRace, int DefenderRace); + #endif //TIBIA_CREATURE_HH_ -- cgit v1.2.3