Parcourir la source

Fixed the time issues

- Leaving the room and going back to the street now takes 15 minutes, previously it took no time
- Going for a jog from the room takes only 30 minutes, update the text of the action. It said (1:00) originally.
- Added reminder (TODO) to change the park to the vocational school campus after the release is done
netuttki il y a 2 semaines
Parent
commit
716a1055f4
1 fichiers modifiés avec 3 ajouts et 1 suppressions
  1. 3 1
      locations/dom_gor.qsrc

+ 3 - 1
locations/dom_gor.qsrc

@@ -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