Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
Maleclypse and github-actions[bot] authored Aug 18, 2024
1 parent 4f7367d commit a20e747
Showing 1 changed file with 3 additions and 21 deletions.
24 changes: 3 additions & 21 deletions data/json/mutations/mutations.json
Original file line number Diff line number Diff line change
Expand Up @@ -10133,23 +10133,11 @@
"triggers": [
[
{
"condition": {
"or": [
{ "math": [ "u_val('morale')", "<", "-75" ] },
{ "math": [ "u_val('morale')", "<", "75" ] }
]
}
"condition": { "or": [ { "math": [ "u_val('morale')", "<", "-75" ] }, { "math": [ "u_val('morale')", "<", "75" ] } ] }
}
],
[
{
"condition": {
"or": [
{ "math": [ "u_val('stim')", "<", "-50" ] },
{ "math": [ "u_val('stim')", "<", "50" ] }
]
}
}
{ "condition": { "or": [ { "math": [ "u_val('stim')", "<", "-50" ] }, { "math": [ "u_val('stim')", "<", "50" ] } ] } }
]
],
"transform": { "target": "DARK_TRIAD", "msg_transform": "You give in to your worst instincts.", "active": false, "moves": 10 }
Expand All @@ -10166,13 +10154,7 @@
"points": -1,
"flags": [ "ASOCIAL2" ],
"category": [ "ALPHA" ],
"triggers": [
[
{
"condition": { "math": [ "time_since(u_transform_time)", ">", "time('36 h')" ] }
}
]
],
"triggers": [ [ { "condition": { "math": [ "time_since(u_transform_time)", ">", "time('36 h')" ] } } ] ],
"transform": { "target": "AMOG", "msg_transform": "Maybe you can make better decisions this time.", "active": false, "moves": 10 },
"social_modifiers": { "intimidate": -10, "persuade": -25, "lie": -15 }
},
Expand Down

0 comments on commit a20e747

Please sign in to comment.