add logic for permarsify

remotes/1693045480750635534/spooky-22
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
notify_if_not_bot("Your owoify status has expired!")
dirty = True
if v.marsify and v.marsify < now:
if v.marsify and v.marsify != 1 and v.marsify < now:
v.marsify = None
if SITE_NAME != 'rDrama': notify_if_not_bot("Your marsify status has expired!")
dirty = True