Skip to content

Commit

Permalink
Remove rag ammotype
Browse files Browse the repository at this point in the history
  • Loading branch information
KheirFerrum committed Oct 1, 2024
1 parent 9a00cb9 commit 11e9956
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 8 deletions.
6 changes: 0 additions & 6 deletions data/json/items/ammo_types.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,12 +65,6 @@
"name": "rocks",
"default": "rock"
},
{
"type": "ammunition_type",
"id": "rag",
"name": "rags",
"default": "rag"
},
{
"type": "ammunition_type",
"id": "shot",
Expand Down
2 changes: 1 addition & 1 deletion data/json/items/generic.json
Original file line number Diff line number Diff line change
Expand Up @@ -1739,7 +1739,7 @@
},
{
"id": "rag",
"type": "AMMO",
"type": "GENERIC",
"name": { "str": "rag" },
"description": "This is a largish piece of cloth, useful in crafting and possibly for staunching bleeding.",
"copy-from": "rag_abstract",
Expand Down
2 changes: 1 addition & 1 deletion data/mods/Item_Category_Overhaul/overwrite_scrap.json
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@
},
{
"id": "rag",
"type": "AMMO",
"type": "GENERIC",
"name": { "str": "rag" },
"copy-from": "rag",
"category": "scrap_fabric"
Expand Down

0 comments on commit 11e9956

Please sign in to comment.