ソースを参照

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

KevinSmarts 5 年 前
コミット
4c8d087dbf
1 ファイル変更1 行追加1 行削除
  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: