diff --git a/src/interaction/siFinancial.js b/src/interaction/siFinancial.js
index 9985fef2c627fe88a55572f7be9606b9e05c0d22..25968a6cad73bd99c2716833399c04ba173e2bc6 100644
--- a/src/interaction/siFinancial.js
+++ b/src/interaction/siFinancial.js
@@ -138,7 +138,7 @@ App.UI.SlaveInteract.financial = function(slave) {
 					} else {
 						if (V.PC.career === "escort") {
 							r.push(`You are starring in hardcore porn once more.`);
-						} else if (V.PC.actualAge < $minimumSlaveAge) {
+						} else if (V.PC.actualAge < V.minimumSlaveAge) {
 							r.push(`You are taking part in porn that may disturb people.`);
 						} else {
 							r.push(`You are starring in some hardcore porn.`);
@@ -154,7 +154,7 @@ App.UI.SlaveInteract.financial = function(slave) {
 						);
 					}
 					App.Events.addNode(el, r, "div");
-				} 
+				}
 			}
 			if (V.studioFeed === 1) {
 				r = [];