mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-30 07:27:57 +01:00
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:
@@ -1108,6 +1108,10 @@ GLOBAL_LIST_INIT(slot_equipment_priority, list( \
|
||||
if(mind)
|
||||
return mind.get_ghost(even_if_they_cant_reenter)
|
||||
|
||||
/mob/proc/check_ghost_client()
|
||||
if(mind)
|
||||
return mind.check_ghost_client()
|
||||
|
||||
/mob/proc/grab_ghost(force)
|
||||
if(mind)
|
||||
return mind.grab_ghost(force = force)
|
||||
|
||||
Reference in New Issue
Block a user