Skip to content

Commit

Permalink
Merge pull request CleverRaven#37829 from BevapDin/bor
Browse files Browse the repository at this point in the history
Fix reference to non-existing item group
  • Loading branch information
ZhilkinSerg authored Feb 8, 2020
2 parents 45eb2f8 + 7fd16fa commit 4a7753d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/json/mapgen_palettes/cabin.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
"1": [ { "item": "SUS_dishes", "chance": 35 }, { "item": "SUS_silverware", "chance": 35 } ],
"2": { "item": "SUS_cookware", "chance": 35 },
"3": [ { "item": "SUS_utensils", "chance": 35 }, { "item": "SUS_knife_drawer", "chance": 35 } ],
"4": [ { "item": "SUS_junk_drawer", "chance": 35 }, { "item": "SUS_spice_drawer", "chance": 35 } ],
"4": [ { "item": "SUS_junk_drawer", "chance": 35 }, { "item": "SUS_spice_collection", "chance": 35 } ],
"5": { "item": "SUS_kitchen_sink", "chance": 35 }
},
"toilets": { "T": { } }
Expand Down

0 comments on commit 4a7753d

Please sign in to comment.