|
@@ -235,7 +235,7 @@ else
|
|
|
if hour < 7:
|
|
|
!!Dormroom - Asleep
|
|
|
locat['katja'] = 20
|
|
|
- elseif hour < 7 and minut < 15:
|
|
|
+ elseif hour = 7 and minut < 15:
|
|
|
!!Shered Dorm Shower - Taking A shower.
|
|
|
locat['katja'] = 21
|
|
|
elseif hour = 7 and minut < 45:
|
|
@@ -606,11 +606,11 @@ else
|
|
|
elseif hour = 21 and minut < 45:
|
|
|
!!Pav streets - walks to the train station/waiting at the platform
|
|
|
locat['katja'] = 46
|
|
|
- elseif hour = 21 or (hour < 23 and minut < 45):
|
|
|
+ elseif hour = 21 or hour = 22 or (hour = 23 and minut < 15):
|
|
|
!!Train - traveling from Pav to the city.
|
|
|
locat['katja'] = 47
|
|
|
- elseif hour < 23:
|
|
|
- !!Metro - traveling from the trainstation to the dorm
|
|
|
+ elseif hour < 23 and minut < 30:
|
|
|
+ !!Metro - traveling from the train station to the dorm
|
|
|
locat['katja'] = 48
|
|
|
else
|
|
|
!!Dormroom - sleeping.
|
|
@@ -664,10 +664,10 @@ else
|
|
|
elseif hour = 21 and minut < 45:
|
|
|
!!Pav streets - walks to the train station/waiting at the platform
|
|
|
locat['katja'] = 46
|
|
|
- elseif hour = 21 or (hour < 23 and minut < 45):
|
|
|
+ elseif hour = 21 or hour = 22 or (hour < 23 and minut < 15):
|
|
|
!!Train - traveling from Pav to the city.
|
|
|
locat['katja'] = 47
|
|
|
- elseif hour < 23:
|
|
|
+ elseif hour < 23 and minut < 30:
|
|
|
!!Metro - traveling from the trainstation to the dorm
|
|
|
locat['katja'] = 48
|
|
|
else
|