Explorar o código

[fixed] missing colon

hornguy6 %!s(int64=3) %!d(string=hai) anos
pai
achega
e5ee4c85fc
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      locations/pav_park.qsrc

+ 1 - 1
locations/pav_park.qsrc

@@ -217,7 +217,7 @@ if $ARGS[0] = 'start':
 		if hour >= 8 and hour <= 12:
 			act 'Work as Tour Guide (6:00)':gt 'tour_guide', 'tourstart'
 		end
-	elseif month >= 9 and month <= 5 and TourGuide = 1 and work = 1
+	elseif month >= 9 and month <= 5 and TourGuide = 1 and work = 1:
 		TourGuide = 0
 		work = 0
 	end