From 7e224c97ae2728472180322f625dafa545f21f7f Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Sat, 18 Jan 2025 21:46:00 -0800 Subject: Convert the PKGBUILD to my own fork of cataclysm-bn. --- etc-04_plastic-scrap-is-stackable.patch | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 etc-04_plastic-scrap-is-stackable.patch (limited to 'etc-04_plastic-scrap-is-stackable.patch') 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 - } - ] -- cgit v1.2.1