Sfoglia il codice sorgente

[fixed] Missing part of last commit, sorry

Kevin_Smarts 2 anni fa
parent
commit
1796986b5f
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      locations/din_van.qsrc

+ 2 - 2
locations/din_van.qsrc

@@ -290,11 +290,11 @@ $bath = {
 }
 
 $SkinCare = {
-	if item_moisturizer > 0 and item_moisturizer['time'] <= totminut:
+	if item_moisturizer > 0 and item_moisturizer_time <= totminut:
 		act 'Apply Moisturizer (0:05)':
 			item_moisturizer -= 1
 			! Moisturiser ware-off timer, so you can only use twice a day. Cleared in cikl so always available in morning
-			item_moisturizer['time'] = totminut + 10 * 60
+			item_moisturizer_time = totminut + 10 * 60
 			menu_off = 1
 			*clr & cla
 			minut += 5