diff options
| -rw-r--r-- | melee.json | 4 | 
1 files changed, 2 insertions, 2 deletions
@@ -107,7 +107,7 @@      "type":"GENERIC",      "category": "weapons",      "name": { "str": "maid's umbrella (unsheathed)" }, -    "description": "The kind of fancy umbrella you imagine sharing with your Mistress on rainy days. It conceals a hidden blade for self-defence.", +    "description": "The kind of fancy umbrella you imagine sharing with your Mistress on rainy days. The hidden blade is currently drawn.",      "weight": "1000 g",      "volume": "1500 ml",      "price": 17800, @@ -142,7 +142,7 @@      "symbol": "/",      "color": "dark_gray",      "techniques": [ "RAPID", "WBLOCK_2", "SWEEP" ], -    "flags": [ "DURABLE_MELEE", "RAIN_PROTECT" ], +    "flags": [ "DURABLE_MELEE" ],        "use_action": {        "type": "transform",        "target": "shikomi_stick_draw",  | 
