From 1dcd2168cfbea956d0d71fe91efe2c54d1274758 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Sat, 26 Sep 2020 21:42:37 -0700 Subject: Fix broken looks_like --- json/items/armor/helmet.json | 6 ++---- 1 file 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.", -- cgit v1.2.1