diff --git a/src/events/scheduled/pitFight.js b/src/events/scheduled/pitFight.js
index 96d406ceeab728fc09ce8e8865f64fed20130c1b..59b9f6e77fb4017c6e8f911fa6fa3726290758e9 100644
--- a/src/events/scheduled/pitFight.js
+++ b/src/events/scheduled/pitFight.js
@@ -1075,7 +1075,7 @@ App.Facilities.Pit.fight = function(lethal) {
 
 					actX(loser, oral);
 				}
-			} else if (V.pit.virginities === anal) {
+			} else if (V.pit.virginities === "anal") {
 				if (loser.vagina === 0 && canDoVaginal(loser)) {
 					r.push(`${He} pushes ${loser.slaveName}'s back down onto the mat, forces ${his2} ${hasBothLegs(loser) ? `legs apart` : !hasAnyLegs(loser) ? `hips steady` : `leg aside`}, `);
 
@@ -1143,7 +1143,7 @@ App.Facilities.Pit.fight = function(lethal) {
 
 					actX(loser, oral);
 				}
-			} else if (V.pit.virginities === vaginal) {
+			} else if (V.pit.virginities === "vaginal") {
 				if (loser.vagina === 0 && canDoVaginal(loser)) {
 					r.push(`${He} pushes ${loser.slaveName}'s back down onto the mat, forces ${his2} ${hasBothLegs(loser) ? `legs apart` : !hasAnyLegs(loser) ? `hips steady` : `leg aside`}, `);