aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--melee.json2
-rw-r--r--recipes.json2
-rw-r--r--tools.json2
3 files changed, 3 insertions, 3 deletions
diff --git a/melee.json b/melee.json
index 7b9d1e0..040ef1e 100644
--- a/melee.json
+++ b/melee.json
@@ -176,7 +176,7 @@
"price": 50000,
"material": ["steel","leather"],
"skill": "unarmed",
- "flags" : ["STAB", "DURABLE_MELEE", "UNARMED_WEAPON", "NO_SALVAGE"],
+ "flags" : ["STAB", "DURABLE_MELEE", "UNARMED_WEAPON"],
"weight": "1000 g",
"volume": "250 ml",
"bashing": 4,
diff --git a/recipes.json b/recipes.json
index f164e52..75a9e8e 100644
--- a/recipes.json
+++ b/recipes.json
@@ -1147,7 +1147,7 @@
"qualities": [ { "id": "SCREW", "level": 1 } ],
"components": [
[ [ "kawaii_maid_megane_01" , 1 ] ],
- [ [ "kevlar", 12 ] ]
+ [ [ "kevlar_plate", 12 ] ]
]
}
]
diff --git a/tools.json b/tools.json
index cdb4f2a..654b4fd 100644
--- a/tools.json
+++ b/tools.json
@@ -42,7 +42,7 @@
"price": 2000,
"material": ["steel"],
"techniques": ["BRUTAL", "WBLOCK_1"],
- "flags" : ["CHOP", "DURABLE_MELEE"],
+ "flags" : ["CHOP", "DURABLE_MELEE", "ALLOWS_REMOTE_USE" ],
"weight": "1000 g",
"volume": "1250 ml",
"cutting": 18,