diff options
| author | fusion32 <marcopuzziello@gmail.com> | 2025-06-01 22:51:33 -0300 |
|---|---|---|
| committer | fusion32 <marcopuzziello@gmail.com> | 2025-06-01 22:56:01 -0300 |
| commit | 189d40706feea796fe9307c915f29d2158769357 (patch) | |
| tree | c9daf3b799f417ea1018960c7bde7f3fb41b05c5 /src/player.hh | |
| parent | 9c74d168961619d754ca9f51aa86686185d3f92e (diff) | |
| download | game-189d40706feea796fe9307c915f29d2158769357.tar.gz game-189d40706feea796fe9307c915f29d2158769357.zip | |
more work on spell primitives
Diffstat (limited to 'src/player.hh')
| -rw-r--r-- | src/player.hh | 2 |
1 files changed, 2 insertions, 0 deletions
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); |
