Browse Source

[Fix] Missing hour in logic check.

Hooded Silence 5 months ago
parent
commit
34addc00a5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      locations/npc_3501_init.qsrc

+ 1 - 1
locations/npc_3501_init.qsrc

@@ -18,7 +18,7 @@ if $ARGS[0] = 'scheduler':
 		if hour = 6:
 			locat['maya'] = 1
 			locat['maya_room'] = 3
-		elseif hour >= 8 and <= 16:
+		elseif hour >= 8 and hour <= 16:
 			maya['home'] = 0
 			if hour = 12: 
 				locat['maya'] = 2