Skip to content
Snippets Groups Projects
Commit 51e7e278 authored by WriteAnon101's avatar WriteAnon101
Browse files

Update eventSelectionJS.tw to push "devoted fearful slave" into RESSevent...

Update eventSelectionJS.tw to push "devoted fearful slave" into RESSevent array if $eventslaves devotion and trust are within the parameters.
parent d36fc9a6
No related branches found
No related tags found
1 merge request!2889New random event
......@@ -1758,6 +1758,12 @@ if(eventSlave.fetish != "mindbroken") {
}
}
if(eventSlave.devotion >= 51) {
if(eventSlave.trust <= 20) {
State.variables.RESSevent.push("devoted fearful slave");
}
}
if(eventSlave.prestige == 0) {
if(eventSlave.devotion > 50) {
if(eventSlave.trust > 50) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment