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 22:04:04 +03:00
committed by GitHub
parent 15cdb9088d
commit 5c5ccc4c9f
26 changed files with 406 additions and 758 deletions
@@ -73,7 +73,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(src)