From 8dc1497fddef0e28c558eca777e57d6697d2bc07 Mon Sep 17 00:00:00 2001 From: ZhilkinSerg Date: Sat, 24 Aug 2019 10:33:29 +0300 Subject: [PATCH 1/2] Fix node name `plural_name` - > `name_plural` --- data/json/items/bionics.json | 8 ++++---- data/json/items/comestibles/med.json | 2 +- data/mods/fast_healing/meds.json | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/data/json/items/bionics.json b/data/json/items/bionics.json index 1b25f3b58bff7..61b1873ec762f 100644 --- a/data/json/items/bionics.json +++ b/data/json/items/bionics.json @@ -936,7 +936,7 @@ "copy-from": "bionic_general_faulty", "type": "BIONIC_ITEM", "name": "Squeaky Ankles", - "plural_name": "Squeaky Ankles", + "name_plural": "Squeaky Ankles", "description": "A pair of defective bionics that make squeaking noises.", "weight": 100, "difficulty": 4 @@ -946,7 +946,7 @@ "copy-from": "bionic_general_faulty", "type": "BIONIC_ITEM", "name": "Pieces Of Junk", - "plural_name": "Pieces of Junk", + "name_plural": "Pieces of Junk", "description": "A jumble of broken metal pieces that were removed during reconstructive surgery.", "difficulty": 5 }, @@ -1069,7 +1069,7 @@ "copy-from": "bionic_general_faulty", "type": "BIONIC_ITEM", "name": "Wire-Induced Stiffness", - "plural_name": "Wire-Induced Stiffnesses", + "name_plural": "Wire-Induced Stiffnesses", "description": "A length of poorly installed wiring that would cause stiffness.", "difficulty": 7 }, @@ -1078,7 +1078,7 @@ "copy-from": "bionic_general_faulty", "type": "BIONIC_ITEM", "name": "Self-Locking Thumbs", - "plural_name": "Self-Locking Thumbs", + "name_plural": "Self-Locking Thumbs", "description": "A pair of faulty, self-locking thumb bionics.", "weight": 50, "difficulty": 5 diff --git a/data/json/items/comestibles/med.json b/data/json/items/comestibles/med.json index 58e3b93efa8fe..e1e2f10b52ad9 100644 --- a/data/json/items/comestibles/med.json +++ b/data/json/items/comestibles/med.json @@ -55,7 +55,7 @@ "type": "COMESTIBLE", "comestible_type": "MED", "name": "antibiotics", - "plural_name": "antibiotics", + "name_plural": "antibiotics", "description": "A prescription-strength antibacterial medication designed to prevent or stop the spread of infection. It's the quickest and most reliable way to cure any infections you might have. One dose lasts twelve hours.", "weight": 1, "volume": "250 ml", diff --git a/data/mods/fast_healing/meds.json b/data/mods/fast_healing/meds.json index 44957fb20e05b..330f61ff7201c 100644 --- a/data/mods/fast_healing/meds.json +++ b/data/mods/fast_healing/meds.json @@ -11,7 +11,7 @@ "type": "COMESTIBLE", "copy-from": "antibiotics", "name": "antibiotics", - "plural_name": "antibiotics", + "name_plural": "antibiotics", "use_action": "STRONG_ANTIBIOTIC" } ] From 531c6a05d07b448f9a176eb996864dba6c74749f Mon Sep 17 00:00:00 2001 From: ZhilkinSerg Date: Sat, 24 Aug 2019 10:33:41 +0300 Subject: [PATCH 2/2] Added plural name for oxygen --- data/json/items/ammo.json | 1 + 1 file changed, 1 insertion(+) diff --git a/data/json/items/ammo.json b/data/json/items/ammo.json index 76dc661775d83..bc843d7233740 100644 --- a/data/json/items/ammo.json +++ b/data/json/items/ammo.json @@ -948,6 +948,7 @@ "price": 12000, "//": "This seems like the larger medical tank, not an instant-use model with mask attached", "name": "oxygen", + "name_plural": "oxygen", "symbol": "=", "color": "light_gray", "description": "A canister of oxygen.",