Skip to content

Commit

Permalink
Substitute sunglasses if near/far-sighted
Browse files Browse the repository at this point in the history
  • Loading branch information
TheShadowFerret committed Dec 2, 2019
1 parent 847e182 commit d57fe01
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions data/json/professions.json
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,14 @@
[ "mask_ski", "balclava" ]
]
},
{
"item": "sunglasses",
"sub": [ [ [ "HYPEROPIC" ], "fitover_sunglasses" ], [ [ "MYOPIC" ], "fitover_sunglasses" ] ]
},
{
"item": "fancy_sunglasses",
"sub": [ [ [ "HYPEROPIC" ], "fitover_sunglasses" ], [ [ "MYOPIC" ], "fitover_sunglasses" ] ]
},
{
"item": "hardtack",
"sub": [ [ [ "ANTIWHEAT" ], [ "MEATARIAN" ], "cornbread" ], [ [ "ANTIWHEAT", "MEATARIAN" ], "meat_cooked", 0.72 ] ]
Expand Down

0 comments on commit d57fe01

Please sign in to comment.