diff options
| author | fusion32 <marcopuzziello@gmail.com> | 2025-05-31 02:25:31 -0300 |
|---|---|---|
| committer | fusion32 <marcopuzziello@gmail.com> | 2025-05-31 02:25:31 -0300 |
| commit | d7c11b271633ee1f5b58d2b679b50cf95b2826e0 (patch) | |
| tree | c08832dff011660dcc2af748b82d5ab0adf82d97 /src/player.hh | |
| parent | 08780dad536eb5d0544eb2ea70e5443dc237976f (diff) | |
| download | game-d7c11b271633ee1f5b58d2b679b50cf95b2826e0.tar.gz game-d7c11b271633ee1f5b58d2b679b50cf95b2826e0.zip | |
done with `crcombat.cc`
Diffstat (limited to 'src/player.hh')
| -rw-r--r-- | src/player.hh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/player.hh b/src/player.hh index 815289e..33ca7c3 100644 --- a/src/player.hh +++ b/src/player.hh @@ -72,6 +72,9 @@ struct TPlayer: TCreature { uint8 GetEffectiveProfession(void); uint8 GetActiveProfession(void); bool GetActivePromotion(void); + + uint32 GetPartyLeader(bool CheckFormer); + bool IsAttackJustified(uint32 Victim); void RecordAttack(uint32 Victim); |
