Browse Source

[fixed] blank screen in grandmahelp

sovietmercader 4 years ago
parent
commit
b3f4425336
1 changed files with 3 additions and 3 deletions
  1. 3 3
      locations/grandmahelp.qsrc

+ 3 - 3
locations/grandmahelp.qsrc

@@ -38,7 +38,7 @@ if $ARGS[0] = 'start':
 		gt 'grandmahelp', 'checkplants'
 	elseif grandmaQW['chore_type'] = 9 and sunWeather = 1:
 		gt 'grandmahelp', 'waterplants'
-	elseif grandmaQW['chore_type'] = 10 and sunWeather = 1:
+	elseif grandmaQW['chore_type'] = 10 and sunWeather = 1 and month >= 6 and month <= 9:
 		gt 'grandmahelp', 'harvest'
 	elseif grandmaQW['chore_type'] = 11 and boletus_stored <= 18:
 		gt 'grandmahelp', 'pickforest_mushrooms'
@@ -309,7 +309,7 @@ if $ARGS[0] = 'harvest':
 
 			act 'Continue':gt'gadgarden','strawberry'
 		end
-	elseif month = 8:
+	elseif month = 8 or month = 9:
 		'"<<$pcs_nickname>> dear, the fruits are ripe and it is time to start collecting them, could you go and do it today?"'
 
 		grandmaQW['chore_collect_fruit'] = 1
@@ -324,7 +324,7 @@ if $ARGS[0] = 'harvest':
 
 			act 'Continue':gt'gadgarden','fruit_garden'
 		end
-	elseif month = 9:
+	elseif month = 6:
 		'"<<$pcs_nickname>> dear, could you go to the garden today? It''s time to collect the harvest."'
 
 		grandmaQW['chore_harvest_garden'] = 1