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/player.hh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/player.hh') diff --git a/src/player.hh b/src/player.hh index b98882e..a0ae9e1 100644 --- a/src/player.hh +++ b/src/player.hh @@ -75,6 +75,8 @@ struct TPlayer: TCreature { uint32 GetPartyLeader(bool CheckFormer); + bool SpellKnown(int SpellNr); + bool IsAttackJustified(uint32 Victim); void RecordAttack(uint32 Victim); void RecordMurder(uint32 Victim); -- cgit v1.2.3