Browse Source

[fixed] timer for moisturizer was setting the amount of mosturizer variable

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

+ 1 - 1
locations/din_van.qsrc

@@ -295,7 +295,7 @@ $SkinCare = {
 		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
-			mc_inventory['moisturiser'] = totminut + 10 * 60
+			moisturiser_time = totminut + 10 * 60
 			menu_off = 1
 			*clr & cla
 			minut += 5