Skip to content

Commit

Permalink
Merge pull request #35812 from LaVeyanFiend/GlassesSubstitutes
Browse files Browse the repository at this point in the history
Substitute sunglasses for fitovers if near/far-sighted
  • Loading branch information
ZhilkinSerg authored Dec 2, 2019
2 parents fa2d297 + d57fe01 commit 248b687
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 248b687

Please sign in to comment.