diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2025-01-18 21:46:00 -0800 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2025-01-18 21:46:00 -0800 |
commit | 7e224c97ae2728472180322f625dafa545f21f7f (patch) | |
tree | 61a296000b3a05d36cde4de0d8bd5e5179ee21ab /etc-03_fix-abstracts.patch | |
parent | Add plastic scrap is stackable patch. (diff) | |
download | cataclysm-bn-7e224c97ae2728472180322f625dafa545f21f7f.tar.xz |
Diffstat (limited to 'etc-03_fix-abstracts.patch')
-rw-r--r-- | etc-03_fix-abstracts.patch | 73 |
1 files changed, 0 insertions, 73 deletions
diff --git a/etc-03_fix-abstracts.patch b/etc-03_fix-abstracts.patch deleted file mode 100644 index 4bf8f72..0000000 --- a/etc-03_fix-abstracts.patch +++ /dev/null @@ -1,73 +0,0 @@ ---- a/data/json/items/generic/dining_kitchen.json -+++ b/data/json/items/generic/dining_kitchen.json -@@ -1,6 +1,6 @@ - [ - { -- "id": "base_silverware", -+ "abstract": "base_silverware", - "name": { "str": "generic silverware" }, - "type": "GENERIC", - "description": "generic item template", -@@ -16,7 +16,7 @@ - "to_hit": -1 - }, - { -- "id": "base_utensil", -+ "abstract": "base_utensil", - "name": { "str": "generic utensil" }, - "type": "GENERIC", - "description": "generic item template", -@@ -32,7 +32,7 @@ - "to_hit": -1 - }, - { -- "id": "base_plastic_silverware", -+ "abstract": "base_plastic_silverware", - "name": { "str": "generic silverware" }, - "type": "GENERIC", - "description": "generic item template", -@@ -48,7 +48,7 @@ - "to_hit": -2 - }, - { -- "id": "base_ceramic_dish", -+ "abstract": "base_ceramic_dish", - "name": { "str": "generic dish", "str_pl": "generic dishes" }, - "description": "generic item template", - "type": "GENERIC", -@@ -63,7 +63,7 @@ - "to_hit": -1 - }, - { -- "id": "base_glass_dish", -+ "abstract": "base_glass_dish", - "name": { "str": "generic dish", "str_pl": "generic dishes" }, - "description": "generic item template", - "type": "GENERIC", -@@ -78,7 +78,7 @@ - "to_hit": -1 - }, - { -- "id": "base_tin_dish", -+ "abstract": "base_tin_dish", - "name": { "str": "generic dish", "str_pl": "generic dishes" }, - "description": "generic item template", - "type": "GENERIC", -@@ -93,7 +93,7 @@ - "to_hit": -1 - }, - { -- "id": "base_plastic_dish", -+ "abstract": "base_plastic_dish", - "name": { "str": "generic dish", "str_pl": "generic dishes" }, - "description": "generic item template", - "type": "GENERIC", -@@ -108,7 +108,7 @@ - "to_hit": -1 - }, - { -- "id": "base_cookpot", -+ "abstract": "base_cookpot", - "name": { "str": "generic cook pot" }, - "description": "generic item template", - "type": "GENERIC", |