forked from MarseyWorld/MarseyWorld
add logic for permarsify
parent
7a3a1a883c
commit
d88d5ad453
|
@ -86,7 +86,7 @@ def award_timers(v, bot=False):
|
||||||
v.owoify = None
|
v.owoify = None
|
||||||
notify_if_not_bot("Your owoify status has expired!")
|
notify_if_not_bot("Your owoify status has expired!")
|
||||||
dirty = True
|
dirty = True
|
||||||
if v.marsify and v.marsify < now:
|
if v.marsify and v.marsify != 1 and v.marsify < now:
|
||||||
v.marsify = None
|
v.marsify = None
|
||||||
if SITE_NAME != 'rDrama': notify_if_not_bot("Your marsify status has expired!")
|
if SITE_NAME != 'rDrama': notify_if_not_bot("Your marsify status has expired!")
|
||||||
dirty = True
|
dirty = True
|
||||||
|
|
Loading…
Reference in New Issue