Skip to content

Commit

Permalink
Added auto_wield custom-flag to cane
Browse files Browse the repository at this point in the history
  • Loading branch information
Valiant committed Feb 3, 2020
1 parent 0428604 commit c20ff70
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion data/json/professions.json
Original file line number Diff line number Diff line change
Expand Up @@ -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" ]
}
Expand Down

0 comments on commit c20ff70

Please sign in to comment.