Browse Source

Removed the check for money block the Pavlovsk drug dealer

The drug dealer at Pavlovsk train station was not accessible unless the player had at least 1500 in cash.
This didn't make sense as everything costs under a 1000 except cocaine.

Removed the check completely, no the drug dealer can always be found after the player learns its location.
netuttki 3 months ago
parent
commit
76e6f303b3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      locations/pav_train_hall.qsrc

+ 1 - 1
locations/pav_train_hall.qsrc

@@ -72,7 +72,7 @@ if $ARGS[0] = '':
 		act 'Go to the ticket office': gt 'pav_train_hall', 'ticket'
 		act 'Go to the ticket office': gt 'pav_train_hall', 'ticket'
 	end
 	end
 
 
-	if drugVars['pav_dropoff'] = 1 and drugVars['heroin_day'] ! daystart and money >= 1500: act 'Find the drug dealer':gs 'events', 'pav_drug_dropoff'
+	if drugVars['pav_dropoff'] = 1 and drugVars['heroin_day'] ! daystart: act 'Find the drug dealer':gs 'events', 'pav_drug_dropoff'
 
 
 	if vokzalVork >= 1:
 	if vokzalVork >= 1:
 		if cleZalDay ! daystart or cleMTDay ! daystart or cleWTDay ! daystart:
 		if cleZalDay ! daystart or cleMTDay ! daystart or cleWTDay ! daystart: