aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2023-03-31 14:11:27 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2023-03-31 14:11:27 -0700
commit052f338a62dcb8ac6668b00bb1c2ec2b7bea8769 (patch)
treefa4b500b7bb9581a2bcfd5af214ca8c26eea6cd2
parentRemove the one-handed medieval and japanese sword categories. (diff)
downloadcataclysm-bn-mod_battle-maid-redone-052f338a62dcb8ac6668b00bb1c2ec2b7bea8769.tar.xz
Copy type, not category.
-rw-r--r--weapon_categories.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/weapon_categories.json b/weapon_categories.json
index 788a0aa..4bfef37 100644
--- a/weapon_categories.json
+++ b/weapon_categories.json
@@ -54,21 +54,21 @@
{
"id": "pan",
"copy-from": "pan",
- "category": "tools",
+ "type": "GENERIC",
"name": { "str": "cast-iron frying pan" },
"extend": { "weapon_category": [ "KITCHEN_IMPLEMENTS" ] }
},
{
"id": "steel_pan",
"copy-from": "steel_pan",
- "category": "tools",
+ "type": "GENERIC",
"name": { "str": "steel frying pan" },
"extend": { "weapon_category": [ "KITCHEN_IMPLEMENTS" ] }
},
{
"id": "copper_pan",
"copy-from": "copper_pan",
- "category": "tools",
+ "type": "GENERIC",
"name": { "str": "copper frying pan" },
"extend": { "weapon_category": [ "KITCHEN_IMPLEMENTS" ] }
},