diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2024-12-30 22:30:37 -0800 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2024-12-30 22:30:37 -0800 |
commit | 44d526b8aea422549034e2f905402caf0fe177f7 (patch) | |
tree | 8effed6d423980adc84ae9f7ac17a307d359bd48 /etc-04_plastic-scrap-is-stackable.patch | |
parent | Add patch renaming civilian helicopters. (diff) | |
download | cataclysm-bn-44d526b8aea422549034e2f905402caf0fe177f7.tar.xz |
Add patch to make plastic scraps stackable.
Diffstat (limited to 'etc-04_plastic-scrap-is-stackable.patch')
-rw-r--r-- | etc-04_plastic-scrap-is-stackable.patch | 20 |
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 + } + ] |