浏览代码

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

Kevin_Smarts 9 月之前
父节点
当前提交
e241a423bc
共有 1 个文件被更改,包括 1 次插入1 次删除
  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