Browse Source

[fixes] error in parkivent if you click on the action during wait

julzor 5 years ago
parent
commit
515970025c
1 changed files with 2 additions and 1 deletions
  1. 2 1
      locations/parkivent.qsrc

+ 2 - 1
locations/parkivent.qsrc

@@ -822,7 +822,7 @@ if $ARGS[0] = 'run':
 end
 
 if $ARGS[0] = 'run_reactions':
-	act 'Finish your run': gt $loc, $metka
+	*clr & cla
 	if hour >= 20:
 		gs 'exhibitionism', 1
 		'With it being so late, there isn''t anyone in the park to see you, but it doesn''t matter, the thrill and pleasure is still there. When you''re finished, you make sure to pull your top back down.'
@@ -857,6 +857,7 @@ if $ARGS[0] = 'run_reactions':
 	end
 	*nl
 	'You feel great after your run. A bit sweaty, but also that you''ve managed to improve your stamina as you even feel a bit slimmer.'
+	act 'Finish your run': gt $loc, $metka
 end
 
 if $ARGS[0] = 'find_baby':