瀏覽代碼

[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: