Browse Source

[fixed] Mutated variable

Kevin_Smarts 9 months ago
parent
commit
6d111bcabe
1 changed files with 1 additions and 1 deletions
  1. 1 1
      locations/din_van.qsrc

+ 1 - 1
locations/din_van.qsrc

@@ -291,7 +291,7 @@ $bath = {
 }
 
 $SkinCare = {
-	if mc_inventory['moisturiser']  > 0 and item_moisturizer_time <= totminut:
+	if mc_inventory['moisturiser']  > 0 and moisturiser_time <= totminut:
 		act 'Apply Moisturizer (0:05)':
 			mc_inventory['moisturiser'] -= 1
 			! Moisturiser wear-off timer, so you can only use twice a day. Cleared in cikl so always available in morning