aboutsummaryrefslogtreecommitdiff
path: root/src/player.hh
diff options
context:
space:
mode:
authorfusion32 <marcopuzziello@gmail.com>2025-05-31 22:18:08 -0300
committerfusion32 <marcopuzziello@gmail.com>2025-05-31 22:20:44 -0300
commitc4b06256d92408c4e99bd37b58d66f2024ec0a70 (patch)
treee93b6861520fddd0f49f765dd9dd83058fc80b31 /src/player.hh
parentd7c11b271633ee1f5b58d2b679b50cf95b2826e0 (diff)
downloadgame-c4b06256d92408c4e99bd37b58d66f2024ec0a70.tar.gz
game-c4b06256d92408c4e99bd37b58d66f2024ec0a70.zip
impl TCreature::Damage + overall improvements
Diffstat (limited to 'src/player.hh')
-rw-r--r--src/player.hh1
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);