Browse Source

[changed] moved the leave action to the top where it belongs and to make it consistent with the grandfather

julzor 4 years ago
parent
commit
e0eec5ec35
1 changed files with 2 additions and 2 deletions
  1. 2 2
      locations/gadhouse.qsrc

+ 2 - 2
locations/gadhouse.qsrc

@@ -298,6 +298,8 @@ if $ARGS[0] = 'grandma':
 
 		act 'Maybe you should get dressed before talking to her':gt 'gadhouse', 'start'
 	else
+		act 'Leave her alone':gt 'gadhouse', 'start'
+		
 		if grigory_flower > 0 and grigory_flower < 10: act 'Talk to her about the flowers': gt 'grigory', 'flower4'
 
 		if grandmahelpday ! daystart: act 'Offer to help out': grandmahelpday = daystart & gt'grandmahelp', 'start'
@@ -408,8 +410,6 @@ if $ARGS[0] = 'grandma':
 				act 'You thank your grandmother for the story':gt 'gadhouse', 'start'
 			end
 		end
-
-		act 'Leave her alone':gt 'gadhouse', 'start'
 	end
 end