aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 ] ]
]