From 6e590e2e4f8e0ea3cc75f8d70bc41bb5ae8db8b8 Mon Sep 17 00:00:00 2001
From: corncobman21 <corncobman21@hotmail.com>
Date: Thu, 8 Mar 2018 03:02:12 -0500
Subject: [PATCH] Add Devoted Virgin event

---
 src/js/eventSelectionJS.tw | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/src/js/eventSelectionJS.tw b/src/js/eventSelectionJS.tw
index e1317557a9c..9ea9403ee2b 100644
--- a/src/js/eventSelectionJS.tw
+++ b/src/js/eventSelectionJS.tw
@@ -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.devotion > 50) {
@@ -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.devotion > 50) {
-- 
GitLab