aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2025-04-04 13:42:55 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2025-04-04 13:42:55 -0700
commit18a5ab0fa3d0f3936e2a9361d68567919bab7c05 (patch)
tree4f1ea97723bf4ac4f0ef98160005754df2b79b5c
parentFix the maid hat to have HELMET_COMPAT. (diff)
downloadcataclysm-bn-mod_battle-maid-redone-18a5ab0fa3d0f3936e2a9361d68567919bab7c05.tar.xz
Fix a typo in the custom holter message.
-rw-r--r--armor.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/armor.json b/armor.json
index c6ee5ca..b5b43ba 100644
--- a/armor.json
+++ b/armor.json
@@ -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,