Skip to content

Commit

Permalink
Mod fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Holli-Git committed May 25, 2024
1 parent 8b3a902 commit 2802d7c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion data/mods/Generic_Guns/ammo/casings.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
{
"id": "rifle_casing",
"copy-from": "308_casing",
"copy-from": "762_51_casing",
"type": "GENERIC",
"name": { "str": "rifle casing" },
"description": "An empty casing from a rifle round."
Expand Down
1 change: 0 additions & 1 deletion data/mods/Generic_Guns/ammo/gg_casings_migration.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@
"77arisaka_casing",
"300blk_casing",
"3006_casing",
"308_casing",
"4570_casing",
"50beowulf_casing",
"450_casing",
Expand Down
2 changes: 1 addition & 1 deletion data/mods/Xedra_Evolved/mapgen/safehouse.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
{
"id": "basement_survival_last_stand_casing",
"type": "item_group",
"items": [ { "item": "308_casing", "charges": 1 }, { "item": "ammolink308", "charges": 1 } ]
"items": [ { "item": "762_51_casing", "charges": 1 }, { "item": "ammolink308", "charges": 1 } ]
},
{
"type": "mapgen",
Expand Down

0 comments on commit 2802d7c

Please sign in to comment.