diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-07-28 19:16:41 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-07-28 19:16:41 -0700 |
commit | 7031d00c2ed461f358d13fdd79daf53cd2c47e79 (patch) | |
tree | 23549b5a71b6f438d6a3209c6d1aaedcdebf38f1 | |
parent | Remove light suit material fix as it is now mainlined. (diff) | |
download | cataclysm-bn-mod_usable-power-armor-7031d00c2ed461f358d13fdd79daf53cd2c47e79.tar.xz |
Fix typo.
-rw-r--r-- | power_armor_heavy.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/power_armor_heavy.json b/power_armor_heavy.json index 2923f71..26e00a9 100644 --- a/power_armor_heavy.json +++ b/power_armor_heavy.json @@ -1,6 +1,6 @@ [ { - "id": "power_armor_heavy_", + "id": "power_armor_heavy", "copy-from": "power_armor_heavy", "type": "TOOL_ARMOR", "category": "clothing", |