diff options
| author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2022-01-21 15:01:03 -0800 |
|---|---|---|
| committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2022-01-21 15:01:03 -0800 |
| commit | 25d40e5166030f03c8c665bdf096e8134fab6294 (patch) | |
| tree | 7092524f160319be53589c86810a53aaa6645101 | |
| parent | Fix the Mistress shim item from summoning a Maid. (diff) | |
| download | cataclysm-dda-mod_battle-maid-redone-25d40e5166030f03c8c665bdf096e8134fab6294.tar.xz | |
Typo
| -rw-r--r-- | item_groups.json | 2 |
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 } ] |
