mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-27 15:18:09 +01:00
[MIRROR] moves the last admin verbs (#12656)
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com> Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
co-authored by
Kashargul
Cameron Lennox
parent
0ff0ec0cca
commit
256cd81e28
@@ -21,7 +21,7 @@
|
||||
to_chat(user, span_warning("You cannot become a mouse because you are banned from playing ghost roles."))
|
||||
return
|
||||
|
||||
if(!user.MayRespawn(1))
|
||||
if(!user.MayRespawn(TRUE))
|
||||
return
|
||||
|
||||
var/turf/T = get_turf(user)
|
||||
@@ -77,7 +77,7 @@
|
||||
to_chat(user, span_danger("You have not been playing on the server long enough to join as drone."))
|
||||
return
|
||||
|
||||
if(!user.MayRespawn(1))
|
||||
if(!user.MayRespawn(TRUE))
|
||||
return
|
||||
|
||||
var/deathtime = world.time - user.timeofdeath
|
||||
|
||||
Reference in New Issue
Block a user