aboutsummaryrefslogtreecommitdiff
path: root/monster_drops.json
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2020-07-28 13:18:23 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2020-07-28 13:18:23 -0700
commitdd76b82d508f9134c175d40b3915fc2bc5af04d3 (patch)
tree880031d8e5f1c45515bc968b6e15ae1fa5e9c117 /monster_drops.json
parentAdd cotton to maid vest to allow reinforcement (diff)
downloadcataclysm-dda-mod_battle-maid-redone-dd76b82d508f9134c175d40b3915fc2bc5af04d3.tar.xz
Fix spacing
Diffstat (limited to 'monster_drops.json')
-rw-r--r--monster_drops.json32
1 files changed, 16 insertions, 16 deletions
diff --git a/monster_drops.json b/monster_drops.json
index 618f8f0..02c4333 100644
--- a/monster_drops.json
+++ b/monster_drops.json
@@ -1,18 +1,18 @@
[
- {
- "type": "item_group",
- "id": "mon_shoggoth_maid_death_drops",
- "subtype": "collection",
- "entries": [
- { "item": "mini_shoggoth", "prob": 100 }
- ]
- },
- {
- "type": "item_group",
- "id": "mon_little_maid_death_drops",
- "subtype": "collection",
- "entries": [
- { "item": "mini_little_maid", "prob": 100 }
- ]
- }
+ {
+ "type": "item_group",
+ "id": "mon_shoggoth_maid_death_drops",
+ "subtype": "collection",
+ "entries": [
+ { "item": "mini_shoggoth", "prob": 100 }
+ ]
+ },
+ {
+ "type": "item_group",
+ "id": "mon_little_maid_death_drops",
+ "subtype": "collection",
+ "entries": [
+ { "item": "mini_little_maid", "prob": 100 }
+ ]
+ }
]