mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-29 15:08:02 +01:00
I don't see the problem. (#25783)
Co-authored-by: FunnyMan3595 (Charlie Nolan) <funnyman@google.com>
This commit is contained in:
co-authored by
FunnyMan3595
parent
d3584b1d1c
commit
cb7d6f1c1b
@@ -617,6 +617,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(A.invisibility > see_invisible)
|
||||
A = get_turf(A)
|
||||
if(!has_vision(information_only = TRUE) && !isobserver(src))
|
||||
to_chat(src, chat_box_regular("<span class='notice'>Something is there but you can't see it.</span>"), MESSAGE_TYPE_INFO, confidential = TRUE)
|
||||
return TRUE
|
||||
|
||||
Reference in New Issue
Block a user