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
+5 -5
View File
@@ -875,18 +875,18 @@ This is the proc mobs get to turn into a ghost. Forked from ghostize due to comp
plane_holder.set_vis(VIS_LIGHTING, lighting_alpha)
plane_holder.set_vis(VIS_GHOSTS, ghostvision)
/mob/observer/dead/MayRespawn(var/feedback = 0)
/mob/observer/dead/MayRespawn(var/feedback = FALSE)
if(!client)
return 0
return FALSE
if(mind && mind.current && mind.current.stat != DEAD && can_reenter_corpse)
if(feedback)
to_chat(src, span_warning("Your non-dead body prevents you from respawning."))
return 0
return FALSE
if(CONFIG_GET(flag/antag_hud_restricted) && has_enabled_antagHUD == 1)
if(feedback)
to_chat(src, span_warning("antagHUD restrictions prevent you from respawning."))
return 0
return 1
return FALSE
return TRUE
/atom/proc/extra_ghost_link()
return