diff options
Diffstat (limited to 'etc-04_plastic-scrap-is-stackable.patch')
-rw-r--r-- | etc-04_plastic-scrap-is-stackable.patch | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/etc-04_plastic-scrap-is-stackable.patch b/etc-04_plastic-scrap-is-stackable.patch deleted file mode 100644 index c5f27e4..0000000 --- a/etc-04_plastic-scrap-is-stackable.patch +++ /dev/null @@ -1,20 +0,0 @@ ---- a/data/json/items/resources/plastic.json -+++ b/data/json/items/resources/plastic.json -@@ -63,7 +63,7 @@ - }, - { - "id": "plastic_scrap", -- "type": "TOOL", -+ "type": "GENERIC", - "category": "spare_parts", - "name": { "str": "plastic scrap" }, - "description": "This is a tiny piece of plastic. Useless on its own, but could be melted down if you gather enough.", -@@ -74,6 +74,7 @@ - "material": "plastic", - "symbol": ",", - "color": "light_blue", -- "flags": [ "NO_SALVAGE" ] -+ "flags": [ "NO_SALVAGE" ], -+ "stackable": true - } - ] |