summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2020-09-26 21:42:37 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2020-09-26 21:42:37 -0700
commit1dcd2168cfbea956d0d71fe91efe2c54d1274758 (patch)
tree5117b66662332b312d2189f4a297962cd9d5f388
parentAdd appearance aliases (diff)
downloadcataclysm-dda-mod_survivorheadgear-crafting-1dcd2168cfbea956d0d71fe91efe2c54d1274758.tar.xz
Fix broken looks_like
-rw-r--r--json/items/armor/helmet.json6
1 files changed, 2 insertions, 4 deletions
diff --git a/json/items/armor/helmet.json b/json/items/armor/helmet.json
index 8316701..ab30706 100644
--- a/json/items/armor/helmet.json
+++ b/json/items/armor/helmet.json
@@ -2,7 +2,6 @@
{
"id": "helmet_lsurvivor",
"type": "ARMOR",
- "looks_like": "helmet_survivor",
"category": "armor",
"name": { "str": "light survivor helmet" },
"description": "A customized, heavily armored Kevlar helmet, modified with cotton reinforcements to provide maximum comfort and protection from harm. All the added material has kept it rather light.",
@@ -61,7 +60,7 @@
"bashing": 10,
"material": [ "kevlar", "leather" ],
"symbol": "[",
- "looks_like": "helmet_survivor",
+ "looks_like": "helmet_army",
"color": "dark_gray",
"covers": [ "HEAD" ],
"coverage": 100,
@@ -85,7 +84,7 @@
"bashing": 10,
"material": [ "kevlar", "steel", "leather" ],
"symbol": "[",
- "looks_like": "helmet_survivor",
+ "looks_like": "helmet_army",
"color": "dark_gray",
"covers": [ "HEAD" ],
"coverage": 100,
@@ -99,7 +98,6 @@
{
"id": "hood_hsurvivor",
"type": "ARMOR",
- "looks_like": "hood_survivor",
"category": "armor",
"name": { "str": "heavy survivor hood" },
"description": "A customized, heavily armored steel and Kevlar hood, designed to provide comfort and protection from harm.",