mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-24 03:54:20 +00:00
54e656567
This commit is contained in:
parent
65819a1d63
commit
f2d51e7276
1 changed files with 2 additions and 1 deletions
3
db.py
3
db.py
|
@ -957,8 +957,9 @@ class Halloween(Base):
|
||||||
started = False
|
started = False
|
||||||
for h in halloweens:
|
for h in halloweens:
|
||||||
for i in range(7):
|
for i in range(7):
|
||||||
if h[i+1]:
|
if h.first_trigger:
|
||||||
started = True
|
started = True
|
||||||
|
if h[i+1]:
|
||||||
completed[i] = True
|
completed[i] = True
|
||||||
return started, completed
|
return started, completed
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue