forked from rDrama/rDrama
1
0
Fork 0

testing worker reloading

master
Aevann1 2022-09-27 12:55:20 +02:00
parent 0686cdbcf6
commit 85653b0438
1 changed files with 0 additions and 2 deletions

View File

@ -67,11 +67,9 @@ def award_timers(v, bot=False):
badge = v.has_badge(167)
if v.bite and v.bite < now:
v.bite = None
notify_if_not_bot("Your vampire status has ended!")
v.house = v.old_house
v.old_house = ''
badge = v.has_badge(168)
if badge: g.db.delete(badge)
if v.earlylife and v.earlylife < now: