Browse Source

[changed] get your money at the train station immediately after finishing work without needing to click

hornguy6 2 weeks ago
parent
commit
a7ab1e0bbc
1 changed files with 5 additions and 12 deletions
  1. 5 12
      locations/pav_train_hall.qsrc

+ 5 - 12
locations/pav_train_hall.qsrc

@@ -86,18 +86,11 @@ if $ARGS[0] = '':
 	end
 
 	if cleanDailypay > 0:
-		act 'Collect your salary':
-			menu_off = 1
-			*clr & cla
-			'<center><h2>Pavlovsk train station interior</h2></center>'
-			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/trainstation/vokzal.jpg"></center>'
-			money += cleanDailypay
-			cleanDailypay = 0
-			minut += 3
-			gs 'stat'
-			'When you are done cleaning all the places you were told to clean, you go to the cashier and collect your well-earned salary.'
-			act 'Continue':minut += 1 & gt 'pav_train_hall'
-		end
+		money += cleanDailypay
+		*nl
+		'When you are done cleaning all the places you were told to clean, you go to the manager''s office and collect your <<cleanDailypay>><b>₽</b> pay.'
+		cleanDailypay = 0
+		gs 'stat'
 	end
 
 	*nl