about summary refs log tree commit diff
path: root/src/Xanthous/messages.yaml
diff options
context:
space:
mode:
authorGriffin Smith <root@gws.fyi>2020-05-11T00·26-0400
committerGriffin Smith <root@gws.fyi>2020-05-11T00·26-0400
commitce3730ba3a5831e590dd9cc037649eb49e2f0804 (patch)
tree80af1801baedcc8543521ddfed048fb0fc304ee8 /src/Xanthous/messages.yaml
parentb64dd08c6ec5f68539c6b4159b10d960e8e96bc3 (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.yaml3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Xanthous/messages.yaml b/src/Xanthous/messages.yaml
index ed592e2650..4042642378 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.