diff --git a/src/js/assayJS.js b/src/js/assayJS.js
index 47e539a8d80c0f0ae37083a0a02f648bc00a0f89..f778ef1d8e78c1d3ccdc56ac821477b0de3f5c40 100644
--- a/src/js/assayJS.js
+++ b/src/js/assayJS.js
@@ -1813,7 +1813,7 @@ window.DegradingName = function DegradingName(slave) {
 		} else if (slave.intelligence+slave.intelligenceImplant < -50) {
 			names.push("Cretin", "Dumb", "Retarded", "Stupid");
 		}
-		if (slave.vagina === 1 && slave.vaginaSkill <= 10) {
+		if (slave.vagina === 1 && slave.vaginalSkill <= 10) {
 			names.push("Fresh", "New", "Tight");
 		}
 		if (slave.devotion < -75) {
diff --git a/src/uncategorized/slaveShelter.tw b/src/uncategorized/slaveShelter.tw
index 2f9568493bdd777f3781435ee2b73e79b12b4197..bc621674505c14dccddffe81789168cb701b0d54 100644
--- a/src/uncategorized/slaveShelter.tw
+++ b/src/uncategorized/slaveShelter.tw
@@ -214,7 +214,7 @@ You contact the Slave Shelter to review the profile of the slave the Shelter is
 	<</if>>
 	<<if $shelterSlave.vagina > -1>>
 		<<set $shelterSlave.vagina = random(1,4)>>
-		<<set $shelterSlave.vaginaSkill = random(10,25)>>
+		<<set $shelterSlave.vaginalSkill = random(10,25)>>
 		<<set $shelterSlave.vaginalTat = either("degradation", "rude words", 0)>>
 	<</if>>
 	<<if $shelterSlave.dick > 1>>