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/player.hh | |
| parent | d7c11b271633ee1f5b58d2b679b50cf95b2826e0 (diff) | |
| download | game-c4b06256d92408c4e99bd37b58d66f2024ec0a70.tar.gz game-c4b06256d92408c4e99bd37b58d66f2024ec0a70.zip | |
impl TCreature::Damage + overall improvements
Diffstat (limited to 'src/player.hh')
| -rw-r--r-- | src/player.hh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/player.hh b/src/player.hh index 33ca7c3..b98882e 100644 --- a/src/player.hh +++ b/src/player.hh @@ -77,6 +77,7 @@ struct TPlayer: TCreature { bool IsAttackJustified(uint32 Victim); void RecordAttack(uint32 Victim); + void RecordMurder(uint32 Victim); void CheckState(void); |
