Explorar el Código

[fixed] getting stuck at the drug dealer in events

julzor hace 5 años
padre
commit
3d79ad218d
Se han modificado 1 ficheros con 3 adiciones y 4 borrados
  1. 3 4
      locations/events.qsrc

+ 3 - 4
locations/events.qsrc

@@ -278,14 +278,13 @@ if $ARGS[0] = 'snarkozaka':
 	'Amphetamine: 600 <b>₽</b>'
 	'Weed: 300 <b>₽</b>'
 	
-	act 'Leave': gt 'events', 'snarkozaka'
+	act 'Leave': gt 'pavtrainhall'
 	
 	if money >= 560:
 		act 'Buy and use heroin (560 <b>₽</b>)':
 			money -= 560
 			gs 'drugs', 'heroin'
-			'You buy the drugs and without thinking twice you shoot up.'
-			gt 'events', 'snkayf'
+			gt 'events', 'snarkozaka'
 		end
 	else
 		'You don''t have enough money to buy heroin.'
@@ -296,7 +295,7 @@ if $ARGS[0] = 'snarkozaka':
 			money -= 2100
 			dur += 5
 			minut += 5
-			gt 'narkopriton', 'cocaine'
+			gt 'events', 'snarkozaka'
 		end
 	else
 		'You don''t have enough money to buy cocaine.'