forked from rDrama/rDrama
1
0
Fork 0

add logic for permarsify

master
Aevann1 2022-09-04 21:06:26 +02:00
parent 7a3a1a883c
commit d88d5ad453
1 changed files with 1 additions and 1 deletions

View File

@ -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