Browse Source

[Ìfixes] removed an unnecessary action in street_event

julzor 5 years ago
parent
commit
c6b6c72970
1 changed files with 1 additions and 6 deletions
  1. 1 6
      locations/street_event.qsrc

+ 1 - 6
locations/street_event.qsrc

@@ -431,12 +431,7 @@ if $ARGS[1] = 'main':
 		'<<$streetev_title>>'
 		'<center><img src="images/locations/shared/street/pursesnatch.jpg"></center>'
 		'As you are walking down the street minding your own business, you are suddenly jerked sideways and nearly pulled off your feet. As you stumble to regain your balance you realize a man has just snatched your purse from you and is running away with it.'
-		act 'It''s only money':
-			*clr & cla
-			money = 0
-			gs 'stat'
-			act 'That jackass':gt $loc
-		end
+		act 'It''s only money': money = 0 & gt $loc
 		act 'Chase him':
 			*clr & cla
 			if pcs_run + pcs_stam < rand(120,250):