|
@@ -14,7 +14,8 @@ gs 'themes', 'indoors'
|
|
|
*nl
|
|
|
|
|
|
if $clothingworntype = 'danilovich_outfits' and $shoeworntype = 'danilovich' and teachlevel > 20 and parkrunday ! daystart and hour < 21 and hour > 6:
|
|
|
- act 'Go for a jog around the park (1:00)':
|
|
|
+ !! TODO: Kevin says it should be that campus of vocational school and not the park. We can change it after the release.
|
|
|
+ act 'Go for a jog around the park (30 minutes)':
|
|
|
cla
|
|
|
*clr
|
|
|
parkrunday = daystart
|
|
@@ -167,6 +168,7 @@ act 'Go out onto the street':
|
|
|
'<b><font color="red">You feel too ill to travel through the streets.</font></b>'
|
|
|
xgt $curloc
|
|
|
else
|
|
|
+ minute += 15
|
|
|
xgt 'pav_commercial'
|
|
|
end
|
|
|
|