Fix two runtimes in examine

This commit is contained in:
Aronai Sieyes
2020-03-30 16:27:25 -04:00
parent 144d4c8af0
commit f578bed70d
+4
View File
@@ -223,6 +223,10 @@
if((is_blind(src) || usr.stat) && !isobserver(src))
to_chat(src, "<span class='notice'>Something is there but you can't see it.</span>")
return 1
//Could be gone by the time they finally pick something
if(!A)
return 1
face_atom(A)
A.examine(src)