Browse Source

[Fixed] Lipbalm not applying and moisturiser still being usable after just using it spotted by Skylah

Awesome 9 months ago
parent
commit
7200491f16
2 changed files with 2 additions and 2 deletions
  1. 1 1
      locations/din_van.qsrc
  2. 1 1
      locations/mirror.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

+ 1 - 1
locations/mirror.qsrc

@@ -714,7 +714,7 @@ if $ARGS[0] = 'works':
 end &! --- works ----
 
 if $ARGS[0] = 'applyLipbalm':
-	if lipbalm > 0 and pcs_lipbalm <= 0:
+	if mc_inventory['lipbalm'] > 0 and pcs_lipbalm <= 0:
 		minut += 1
 		mc_inventory['lipbalm'] -= 1
 		lipkoef += rand(0, 1)