aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2021-03-02 06:47:57 -0800
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2021-03-02 06:47:57 -0800
commit14fc2f76599961ca3bd18b0efeeca7b3479e6038 (patch)
tree1f962df51f8d4c7938001c5912d3371cde817f2c
parentRequire a hotplate to craft a maid cookware kit. (diff)
downloadcataclysm-dda-mod_battle-maid-redone-14fc2f76599961ca3bd18b0efeeca7b3479e6038.tar.xz
More item aliases
Remove duplicate thread from tailored maid dresses
-rw-r--r--armor.json2
-rw-r--r--recipes.json2
2 files changed, 2 insertions, 2 deletions
diff --git a/armor.json b/armor.json
index acff405..d54d654 100644
--- a/armor.json
+++ b/armor.json
@@ -417,6 +417,7 @@
},
{
"id": "kawaii_shoes_hi",
+ "looks_like": "kawaii_dress_shoes",
"type": "ARMOR",
"category": "armor",
"name": { "str": "pair of survivor maid shoes" },
@@ -456,6 +457,7 @@
},
{
"id": "kawaii_boots_hi",
+ "looks_like": "kawaii_boots",
"type": "ARMOR",
"category": "armor",
"name": { "str": "pair of survivor maid boots" },
diff --git a/recipes.json b/recipes.json
index 605af1e..58a824a 100644
--- a/recipes.json
+++ b/recipes.json
@@ -24,7 +24,6 @@
"components": [
[ [ "maid_dress" , 1] ],
[ [ "rag" , 20 ] ],
- [ [ "thread", 30 ] ],
[ [ "plastic_chunk" , 6 ] ],
[ [ "leather" , 12 ] ]
]
@@ -757,7 +756,6 @@
"components": [
[ [ "kawaii_maid_dress" , 1] ],
[ [ "rag" , 20 ] ],
- [ [ "thread", 30 ] ],
[ [ "plastic_chunk" , 6 ] ],
[ [ "leather" , 12 ] ]
]