Skip to content

Commit

Permalink
Fix bad revert (#76477)
Browse files Browse the repository at this point in the history
Fix player_display: false where it shouldn't be.
This was added in #69591 with seasonal mutations and should have been removed when the rest of those changes were removed.
  • Loading branch information
Psithief authored Sep 16, 2024
1 parent e186f1b commit af366d1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions data/json/mutations/mutations.json
Original file line number Diff line number Diff line change
Expand Up @@ -3707,8 +3707,7 @@
"cancels": [ "SMELLY", "SMELLY2" ],
"threshreq": [ "THRESH_PLANT", "THRESH_ELFA" ],
"category": [ "PLANT", "ELFA" ],
"social_modifiers": { "lie": 15, "persuade": 10 },
"player_display": false
"social_modifiers": { "lie": 15, "persuade": 10 }
},
{
"type": "mutation",
Expand Down

0 comments on commit af366d1

Please sign in to comment.