Browse Source

[fixed] Sandwich check for dog flipped (oops)

oldentree 5 years ago
parent
commit
7f604d6b31
1 changed files with 3 additions and 1 deletions
  1. 3 1
      locations/mod_bestmod_park_dog.qsrc

+ 3 - 1
locations/mod_bestmod_park_dog.qsrc

@@ -36,8 +36,9 @@ if $ARGS[0] = 'first_follow':
 	'Finally you see the dog slow down. It has led you to a small clearing just a few meters wide. It looks like this is his den.'
 	'You are sure it''s a "he" since now that he has laid down to rest you can see his... rather large testicles.'
 
-	if buterbrod > 0:
+	if buterbrod = 0:
 		act 'Leave':
+			*clr & cla
 			'You wonder why you even followed this dog. He looks like he is comfortable where he is and you don''t even have any food to give him.'
 			'Even worse, you realize that you have no idea where you are in the park and should probably get out as soon as you can. You don''t want to be known as "that girl who got lost in the park".'
 			'You finally find your way out, but you''re not sure you could find your way back to the dog. If you ever want to go back to his den, you''ll have to run into him somewhere in the park again.'
@@ -74,6 +75,7 @@ if $ARGS[0] = 'first_follow':
 			act 'Go back to the park': gt $bm_oldloc, 'start'
 		end
 		act 'Leave':
+			*clr & cla
 			'You realize that you have no idea where you are in the park and should probably get out as soon as you can. You don''t want to be known as "that girl who got lost in the park".'
 			'You finally find your way out, but you''re not sure you could find your way back to the dog. If you ever want to go back to his den, you''ll have to run into him somewhere in the park again.'
 			act 'Go back to the park': gt $bm_oldloc, 'start'