Fix vengeful ghost always targeting villagers after night 1
This commit is contained in:
parent
060ea15bff
commit
9265d9cfa5
@ -3422,6 +3422,7 @@ def transition_night(cli):
|
|||||||
if var.PHASE == "night":
|
if var.PHASE == "night":
|
||||||
return
|
return
|
||||||
var.PHASE = "night"
|
var.PHASE = "night"
|
||||||
|
var.GHOSTPHASE = "night"
|
||||||
|
|
||||||
for x, tmr in var.TIMERS.items(): # cancel daytime timer
|
for x, tmr in var.TIMERS.items(): # cancel daytime timer
|
||||||
tmr.cancel()
|
tmr.cancel()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user