Skip to content

Commit

Permalink
fix: remove conflicting games itemgroup (cataclysmbnteam#3491)
Browse files Browse the repository at this point in the history
* fix save breaking bug

update item groups to remove Fuji structures game item group, add cards to it.

* Fixes

Removed "cards" as "deck_of_cards" is the same item. My bad. I also didn't catch Zlor added all of the items in this mod to mainline. Removed the file.
  • Loading branch information
RoyalFox2140 authored Oct 23, 2023
1 parent 8a9888f commit 317c44e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 212 deletions.
18 changes: 0 additions & 18 deletions data/mods/Fuji_Structures/items/itemgroups.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,5 @@
"type": "item_group",
"id": "gunshop_accessories",
"items": [ [ "powered_earmuffs", 50 ], [ "ear_plugs", 80 ] ]
},
{
"type": "item_group",
"id": "games",
"items": [
[ "chess", 50 ],
[ "checkers", 50 ],
[ "cards", 50 ],
[ "cards_magic", 50 ],
[ "pictionary", 50 ],
[ "monopoly", 50 ],
[ "dnd", 50 ],
[ "g_warhammer", 50 ],
[ "g_warhammer40k", 50 ],
[ "catan", 50 ],
[ "battleship", 50 ],
[ "clue", 50 ]
]
}
]
194 changes: 0 additions & 194 deletions data/mods/Fuji_Structures/items/items_games.json

This file was deleted.

0 comments on commit 317c44e

Please sign in to comment.