summaryrefslogtreecommitdiff
path: root/power_armor_heavy.json
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2022-07-10 18:55:28 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2022-07-10 18:55:28 -0700
commit45c34063231d5aad932fa0736e220bfb259a030b (patch)
treed5796050f4eef00a3e7d753b298f179705946fdc /power_armor_heavy.json
parentTypos. (diff)
downloadcataclysm-bn-mod_usable-power-armor-45c34063231d5aad932fa0736e220bfb259a030b.tar.xz
Fix exoskeletons and helmets being being mis-categorized as tools.
Diffstat (limited to 'power_armor_heavy.json')
-rw-r--r--power_armor_heavy.json10
1 files changed, 10 insertions, 0 deletions
diff --git a/power_armor_heavy.json b/power_armor_heavy.json
index 897913e..2923f71 100644
--- a/power_armor_heavy.json
+++ b/power_armor_heavy.json
@@ -1,14 +1,23 @@
[
{
+ "id": "power_armor_heavy_",
+ "copy-from": "power_armor_heavy",
+ "type": "TOOL_ARMOR",
+ "category": "clothing",
+ "name": { "str": "heavy combat exoskeleton", "str_pl": "heavy combat exoskeletons" }
+ },
+ {
"id": "power_armor_heavy_on",
"copy-from": "power_armor_heavy_on",
"type": "TOOL_ARMOR",
+ "category": "clothing",
"name": { "str": "heavy combat exoskeleton (on)", "str_pl": "heavy combat exoskeletons (on)" }
},
{
"id": "power_armor_helmet_heavy",
"copy-from": "power_armor_helmet_heavy",
"type": "TOOL_ARMOR",
+ "category": "clothing",
"name": { "str": "heavy environmental combat helmet", "str_pl": "heavy environmental combat helmet" },
"flags": [
"USE_UPS",
@@ -24,6 +33,7 @@
"id": "power_armor_helmet_heavy_on",
"copy-from": "power_armor_helmet_heavy_on",
"type": "TOOL_ARMOR",
+ "category": "clothing",
"name": { "str": "heavy environmental combat helmet (on)", "str_pl": "heavy environmental combat helmet (on)" },
"flags": [
"USE_UPS",