mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-30 07:27:57 +01:00
Fixes a bunch of runtimes (#27363)
* hjnbujihbhuji * uioybgyub * Fixes a bunch of crunchy runtimes
This commit is contained in:
@@ -613,6 +613,8 @@ GLOBAL_LIST_INIT(slot_equipment_priority, list( \
|
||||
DEFAULT_QUEUE_OR_CALL_VERB(VERB_CALLBACK(src, PROC_REF(run_examinate), A))
|
||||
|
||||
/mob/proc/run_examinate(atom/A)
|
||||
if(QDELETED(A))
|
||||
return
|
||||
if(A.invisibility > see_invisible)
|
||||
A = get_turf(A)
|
||||
if(!has_vision(information_only = TRUE) && !isobserver(src))
|
||||
|
||||
Reference in New Issue
Block a user