diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2025-04-04 13:42:55 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2025-04-04 13:42:55 -0700 |
commit | 18a5ab0fa3d0f3936e2a9361d68567919bab7c05 (patch) | |
tree | 4f1ea97723bf4ac4f0ef98160005754df2b79b5c | |
parent | Fix the maid hat to have HELMET_COMPAT. (diff) | |
download | cataclysm-bn-mod_battle-maid-redone-18a5ab0fa3d0f3936e2a9361d68567919bab7c05.tar.xz |
Fix a typo in the custom holter message.
-rw-r--r-- | armor.json | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -609,7 +609,7 @@ "use_action": { "type": "holster", "holster_prompt": "Conceal handgun", - "holster_msg": "You hide your %s.", + "holster_msg": "You conceal your %s.", "max_volume": "500 ml", "draw_cost": 90, "skills": [ "pistol" ] @@ -639,7 +639,7 @@ "use_action": { "type": "holster", "holster_prompt": "Conceal magazine", - "holster_msg": "You coneal your %s.", + "holster_msg": "You conceal your %s.", "multi": 2, "max_volume": "250 ml", "draw_cost": 90, |