Skip to content

Commit

Permalink
Merge pull request #68592 from ehughsbaird/no-para-socks
Browse files Browse the repository at this point in the history
Amputees don't have socks, mutant has wheelchair
  • Loading branch information
Maleclypse authored Oct 11, 2023
2 parents 71fd472 + cd21c74 commit 95b8629
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions data/json/professions.json
Original file line number Diff line number Diff line change
Expand Up @@ -3276,7 +3276,9 @@
{ "level": 4, "name": "electronics" }
],
"items": {
"both": { "items": [ "dress_shirt", "pants", "socks", "boots", "knit_scarf", "coat_lab", "glasses_safety", "wristwatch" ] },
"both": {
"items": [ "dress_shirt", "pants", "knit_scarf", "coat_lab", "glasses_safety", "wristwatch", "folded_wheelchair_generic" ]
},
"male": [ "briefs" ],
"female": [ "bra", "panties" ]
},
Expand Down Expand Up @@ -4026,7 +4028,7 @@
"skills": [ { "level": 2, "name": "driving" }, { "level": 2, "name": "swimming" } ],
"items": {
"both": {
"items": [ "jeans", "longshirt", "socks", "mbag", "pockknife", "water_clean", "wristwatch", "folded_wheelchair_generic" ],
"items": [ "jeans", "longshirt", "mbag", "pockknife", "water_clean", "wristwatch", "folded_wheelchair_generic" ],
"entries": [ { "group": "charged_smart_phone" }, { "group": "charged_matches" } ]
},
"male": [ "boxer_shorts" ],
Expand Down

0 comments on commit 95b8629

Please sign in to comment.