Procházet zdrojové kódy

[fixed] Couple of errors in the schedule logic

Kevin_Smarts před 11 měsíci
rodič
revize
0a58a11608
1 změnil soubory, kde provedl 5 přidání a 7 odebrání
  1. 5 7
      locations/katja_meynold_schedule.qsrc

+ 5 - 7
locations/katja_meynold_schedule.qsrc

@@ -388,8 +388,9 @@ else
 								!!Dormroom - getting ready to go out
 								locat['katja']  = 35
 							else
-							!!Out -going to a party/bar/cafe
-							locat['katja']  = 37
+								!!Out -going to a party/bar/cafe
+								locat['katja']  = 37
+							end
 						else
 							if locat['katja_save2'] = 35 and minut >= 45:
 								locat['katja_save2'] = 37
@@ -1202,14 +1203,11 @@ else
 							if minut < 45:
 								!!Dormroom - getting ready to go out
 								locat['katja']  = 35
+								locat['katja_save2'] = locat['katja']
 							else
 								!!Out -going to a party/bar/cafe
 								locat['katja']  = 37
-							else
-								if locat['katja_save2'] = 35 and minut >= 45:
-									locat['katja_save2'] = 37
-								end
-								locat['katja'] = locat['katja_save2']
+								locat['katja_save2'] = locat['katja']
 							end
 						end			
 					end