forked from MarseyWorld/MarseyWorld
allow some ppl to have spider permenantly
parent
95438cf9fd
commit
d1a8aeb3db
|
@ -88,7 +88,7 @@ def award_timers(v, bot=False):
|
||||||
notify_if_not_bot("Your rainbow has expired!")
|
notify_if_not_bot("Your rainbow has expired!")
|
||||||
badge = v.has_badge(171)
|
badge = v.has_badge(171)
|
||||||
if badge: g.db.delete(badge)
|
if badge: g.db.delete(badge)
|
||||||
if v.spider and v.spider < now:
|
if v.spider and v.spider != 1 and v.spider < now:
|
||||||
v.spider = None
|
v.spider = None
|
||||||
notify_if_not_bot("Your spider friend has left you!")
|
notify_if_not_bot("Your spider friend has left you!")
|
||||||
badge = v.has_badge(179)
|
badge = v.has_badge(179)
|
||||||
|
|
Loading…
Reference in New Issue