From c20ff705a028258b8edf589cf670629d0ec2be16 Mon Sep 17 00:00:00 2001 From: Valiant Date: Mon, 3 Feb 2020 09:58:24 +0400 Subject: [PATCH] Added auto_wield custom-flag to cane --- data/json/professions.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/data/json/professions.json b/data/json/professions.json index b8b6f92a6f96f..a081c963ef0c8 100644 --- a/data/json/professions.json +++ b/data/json/professions.json @@ -2223,7 +2223,10 @@ "description": "You haven't seen this much blood since the war. The whole world's gone crazy! They ate your grandkids! But dagnabbit, you'll make them all pay for what they've done.", "points": 0, "items": { - "both": [ "tobacco", "pipe_tobacco", "ref_lighter", "socks", "dress_shoes", "knit_scarf", "cane" ], + "both": { + "items": [ "tobacco", "pipe_tobacco", "ref_lighter", "socks", "dress_shoes", "knit_scarf" ], + "entries": [ { "item": "cane", "custom-flags": [ "auto_wield" ] } ] + }, "male": [ "briefs", "dress_shirt", "pants_checkered", "pocketwatch" ], "female": [ "panties", "bra", "dress", "fanny", "gold_watch" ] }