Bläddra i källkod

[changed] Tour Guide is supposed to be 8 hours long, not 6. Random tip reduced from 300 to 150

Anya 1 år sedan
förälder
incheckning
2b5d7f7803
1 ändrade filer med 3 tillägg och 3 borttagningar
  1. 3 3
      locations/tour_guide.qsrc

+ 3 - 3
locations/tour_guide.qsrc

@@ -31,7 +31,7 @@ if $ARGS[0] = 'tourstart':
 		act 'Change your mind': gt 'pav_park', 'start'
 	elseif TourGuide = 1:
 		*clr & cla
-		minut += 180
+		minut += 240
 		inhib_exp += rand(0,1)
 		gs 'exp_gain', 'humint', rand(0,2)
 		gs 'stat'
@@ -40,7 +40,7 @@ if $ARGS[0] = 'tourstart':
 		'You spend the first part of your day walking tourists around the more famous parts of the park and museums on the grounds.'
 		
 		act 'Eat lunch and get back to work':
-			minut += 180
+			minut += 240
 			pcs_health += 10
 			pcs_energy += 40
 			pcs_hydra += 40
@@ -185,7 +185,7 @@ end
 if $ARGS[0] = 'tourran7':
 	$location_type = 'public_outdoors'
 	menu_off = 1
-	money += 300
+	money += 150
 	pcs_mood += 10
 	cla & *clr
 	'<center><img <<$set_imgh>> src="images/locations/pavlovsk/palace/palace_garden.jpg"></center>'