Browse Source

[fix] moved variable reset from inside the if so it applies to both posibilities

KevinSmarts 5 years ago
parent
commit
4c8d087dbf
1 changed files with 1 additions and 1 deletions
  1. 1 1
      locations/Gadhouse.qsrc

+ 1 - 1
locations/Gadhouse.qsrc

@@ -38,9 +38,9 @@ if $ARGS[0] = 'start':
 			else
 				'"We really could have used your help last month." she says mournfully as she counts out some bills, "Maybe this month you''ll do more to help us?" She looks at you sternly as she hands you 2000 rubles.'
 			end
-			grandmahelp = 0
 			gs 'stat'
 		end
+		grandmahelp = 0
 		act 'Further': gt 'gadhouse', 'start'
 
 	elseif go_in_boletus = 1 and boletus >= grandpa_boletus and hour >= 6 and hour < 22: