summaryrefslogtreecommitdiff
path: root/etc-04_plastic-scrap-is-stackable.patch
diff options
context:
space:
mode:
Diffstat (limited to 'etc-04_plastic-scrap-is-stackable.patch')
-rw-r--r--etc-04_plastic-scrap-is-stackable.patch20
1 files changed, 20 insertions, 0 deletions
diff --git a/etc-04_plastic-scrap-is-stackable.patch b/etc-04_plastic-scrap-is-stackable.patch
new file mode 100644
index 0000000..c5f27e4
--- /dev/null
+++ b/etc-04_plastic-scrap-is-stackable.patch
@@ -0,0 +1,20 @@
+--- 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
+ }
+ ]