diff --git a/src/js/utilsPC.js b/src/js/utilsPC.js
index 1e4a468784deff28bd6dc1392c872d4c19fc24ab..f97828b82069982ca7364e4aad0646f24b4d0cc1 100644
--- a/src/js/utilsPC.js
+++ b/src/js/utilsPC.js
@@ -1107,7 +1107,7 @@ globalThis.PCPenetrationWarning = function(holes = "vaginal first", escape = fal
 		result += `WARNING# This option ${action} take your ${virgins[0]} virginity.`;
 	}
 	return result;
-}
+};
 
 /** Returns "true" if the player can be receptive to penetration, even if the sexualOpenness policy is not adopted. This function should only be used to offer options to the player, it does not imply true willingness.
  * @param {any} [penetrator = null]  If a slave is passed as an argument, it also takes into account if slave.toyHole is "dick".
@@ -1134,7 +1134,7 @@ globalThis.isPlayerReceptive = function(penetrator = null) {
 		return true; // forcedFertDrugs influence the behavior of the player, who unconsciously wants to be fertilized
 	}
 	return false;
-}
+};
 
 /** Determine if the player favors masturbation over sex.
  * Currently not used much, but will be used more with the addition of new .pregMoods