Skip to content

Commit 7107f06

Browse files
committed
Fixes Alpha Member of the Group to work as intended
1 parent 4694904 commit 7107f06

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

data/json/mutations/mutations.json

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10584,8 +10584,18 @@
1058410584
"category": [ "ALPHA" ],
1058510585
"social_modifiers": { "intimidate": 5, "persuade": 15, "lie": 10 },
1058610586
"triggers": [
10587-
[ { "condition": { "or": [ { "math": [ "u_val('morale') < -75" ] }, { "math": [ "u_val('morale') < 75" ] } ] } } ],
10588-
[ { "condition": { "or": [ { "math": [ "u_val('stim') < -50" ] }, { "math": [ "u_val('stim') < 50" ] } ] } } ]
10587+
[
10588+
{
10589+
"condition": {
10590+
"or": [
10591+
{ "math": [ "u_val('morale') < -75" ] },
10592+
{ "math": [ "u_val('morale') > 75" ] },
10593+
{ "math": [ "u_val('stim') < -50" ] },
10594+
{ "math": [ "u_val('stim') > 50" ] }
10595+
]
10596+
}
10597+
}
10598+
]
1058910599
],
1059010600
"transform": { "target": "DARK_TRIAD", "msg_transform": "You give in to your worst instincts.", "active": false, "moves": 10 }
1059110601
},

0 commit comments

Comments
 (0)