diff options
author | Griffin Smith <root@gws.fyi> | 2020-05-11T00·26-0400 |
---|---|---|
committer | Griffin Smith <root@gws.fyi> | 2020-05-11T00·26-0400 |
commit | ce3730ba3a5831e590dd9cc037649eb49e2f0804 (patch) | |
tree | 80af1801baedcc8543521ddfed048fb0fc304ee8 /src/Xanthous/messages.yaml | |
parent | b64dd08c6ec5f68539c6b4159b10d960e8e96bc3 (diff) |
Small chance of hurting self when punching
When attacking monsters with bare fists, there is a small chance (8%, right now) of causing 1 point of self-damage
Diffstat (limited to 'src/Xanthous/messages.yaml')
-rw-r--r-- | src/Xanthous/messages.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Xanthous/messages.yaml b/src/Xanthous/messages.yaml index ed592e26507e..40426423783c 100644 --- a/src/Xanthous/messages.yaml +++ b/src/Xanthous/messages.yaml @@ -57,6 +57,9 @@ character: combat: nothingToAttack: There's nothing to attack there. menu: Which creature would you like to attack? + fistSelfDamage: + - You hit so hard with your fists you hurt yourself! + - The punch leaves your knuckles bloody! hit: fists: - You punch the {{creature.creatureType.name}} with your bare fists! It hurts. A lot. |