Skip to content
Snippets Groups Projects
Commit 6896e3df authored by Pregmodder's avatar Pregmodder
Browse files

Merge branch 'pregmod-master' into 'pregmod-master'

Fix to arcade sadist, again

See merge request pregmodfan/fc-pregmod!2119
parents b1d5a90a 8eabf2fd
No related branches found
No related tags found
No related merge requests found
......@@ -2256,7 +2256,7 @@ if(eventSlave.fetish != "mindbroken") {
if(eventSlave.fetish == "sadist") {
if(eventSlave.fetishStrength > 20) {
if(State.variables.arcade != 0) {
if(State.variables.arcadeSlaves > 0) {
if(eventSlave.trust > -20) {
if(eventSlave.devotion > 50) {
if(eventSlave.belly < 300000) {
......
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