Better examine descriptions to prevent medics from wasting time trying to revive people that left the server (#28751)

* better examine

* different message
This commit is contained in:
kyunkyunkyun
2025-04-11 17:33:06 +00:00
committed by GitHub
parent da7973ee7c
commit e8006a8c8a
5 changed files with 18 additions and 10 deletions
+5
View File
@@ -1764,6 +1764,11 @@
return G
break
/datum/mind/proc/check_ghost_client()
var/mob/dead/observer/G = get_ghost()
if(G.client)
return TRUE
/datum/mind/proc/grab_ghost(force)
var/mob/dead/observer/G = get_ghost(even_if_they_cant_reenter = force)
. = G