moves the last admin verbs (#19346)

* moves the last admin verbs

* .

* Update diagnostics.dm

Co-authored-by: Cameron Lennox <killer65311@gmail.com>

* .

* .

* .

* .

* Fixes jump to mob

* Fixes coordinate jump

* Convo fixes

* Fixes random maps

* yeh

---------

Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
Kashargul
2026-04-11 15:04:04 -04:00
committed by GitHub
co-authored by Cameron Lennox
parent 15cdb9088d
commit 5c5ccc4c9f
26 changed files with 406 additions and 758 deletions
+2 -2
View File
@@ -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