Browse Source

[fixed] blank screen when feeding chickens

sovietmercader 4 years ago
parent
commit
cbbfe9c765
1 changed files with 1 additions and 1 deletions
  1. 1 1
      locations/gaddvor.qsrc

+ 1 - 1
locations/gaddvor.qsrc

@@ -110,9 +110,9 @@ if $ARGS[0] = 'chickens':
 	!job Granny
 	if feed_chickens = 1:
 		act 'Feed the chickens':
+			*clr & cla
 			'<center><img <<$set_imgh>> src="images/locations/gadukino/village/chickens2.jpg"></center>'
 			'You decide to feed the chickens. You pick up a bucket full of bird''s seed and grain mix and toss it on the ground. They immediately rush over and start to greedily eat. You watch them for a bit before you go about your business.'
-			*clr & cla
 			minut += 30
 			grandmahelp += 1
 			feed_chickens = 0