Skip to content
Snippets Groups Projects
Commit 6e590e2e authored by corncobman21's avatar corncobman21
Browse files

Add Devoted Virgin event

parent cf94a452
No related branches found
No related tags found
No related merge requests found
...@@ -1512,6 +1512,16 @@ if(eventSlave.fetish != "mindbroken") { ...@@ -1512,6 +1512,16 @@ if(eventSlave.fetish != "mindbroken") {
} }
} }
} }
if(eventSlave.vagina == 0) {
if(eventSlave.devotion > 50) {
if(eventSlave.trust > 20) {
if(eventSlave.speechRules != "restrictive") {
State.variables.RESSevent.push("devoted virgin");
}
}
}
}
if(eventSlave.anus == 0) { if(eventSlave.anus == 0) {
if(eventSlave.devotion > 50) { if(eventSlave.devotion > 50) {
...@@ -2716,6 +2726,16 @@ if(eventSlave.fetish != "mindbroken") { ...@@ -2716,6 +2726,16 @@ if(eventSlave.fetish != "mindbroken") {
} }
} }
} }
if(eventSlave.vagina == 0) {
if(eventSlave.devotion > 50) {
if(eventSlave.trust > 20) {
if(eventSlave.speechRules != "restrictive") {
State.variables.RESSevent.push("devoted virgin");
}
}
}
}
if(eventSlave.anus == 0) { if(eventSlave.anus == 0) {
if(eventSlave.devotion > 50) { if(eventSlave.devotion > 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