aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2022-01-21 15:01:03 -0800
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2022-01-21 15:01:03 -0800
commit25d40e5166030f03c8c665bdf096e8134fab6294 (patch)
tree7092524f160319be53589c86810a53aaa6645101
parentFix the Mistress shim item from summoning a Maid. (diff)
downloadcataclysm-dda-mod_battle-maid-redone-25d40e5166030f03c8c665bdf096e8134fab6294.tar.xz
Typo
-rw-r--r--item_groups.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/item_groups.json b/item_groups.json
index d760512..99ef73f 100644
--- a/item_groups.json
+++ b/item_groups.json
@@ -29,7 +29,7 @@
"type": "item_group",
"subtype": "distribution",
"entries":[
- { "item": "manual_maid", "prob": 3 }
+ { "item": "manual_maid", "prob": 3 },
{ "item": "book_maid_clothing", "prob": 3 },
{ "item": "book_maid_weapons", "prob": 3 }
]