Browse Source

[fixed] allow walking around gadukino village year round

sovietmercader 5 years ago
parent
commit
f8afdc16bd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      locations/gadukino.qsrc

+ 1 - 1
locations/gadukino.qsrc

@@ -122,7 +122,7 @@ if $ARGS[0] = '':
 			'In the center of the village is a small grass covered square where villagers gather to meet and discuss or argue politics or village life.'
 			'One of the building facing the square has a sign saying General Store. A sign in the door proclaims it "CLOSED". It looks like the only place in the village to buy goods.'
 		end
-		if hour >= 6 and hour < 20 and month >= 4 and month <= 10:
+		if hour >= 6 and hour < 20:
 			act 'Walk through the village':
 				*clr & cla
 				minut += 15