I don't see the problem. (#25783)

Co-authored-by: FunnyMan3595 (Charlie Nolan) <funnyman@google.com>
This commit is contained in:
Charlie Nolan
2024-06-09 11:42:24 +00:00
committed by GitHub
co-authored by FunnyMan3595
parent d3584b1d1c
commit cb7d6f1c1b
5 changed files with 10 additions and 2 deletions
+2
View File
@@ -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