Merge pull request #10881 from Ghommie/Ghommie-cit552

This commit is contained in:
kevinz000
2020-10-02 02:14:44 -03:00
committed by Dip
parent 730307bc05
commit f318dbe1b2
25 changed files with 469 additions and 452 deletions
+4 -2
View File
@@ -314,11 +314,13 @@
return
if(is_blind(src))
to_chat(src, "<span class='notice'>Something is there but you can't see it.</span>")
to_chat(src, "<span class='warning'>Something is there but you can't see it!</span>")
return
face_atom(A)
A.examine(src)
var/list/result = A.examine(src)
to_chat(src, result.Join("\n"))
SEND_SIGNAL(src, COMSIG_MOB_EXAMINATE, A)
//same as above
//note: ghosts can point, this is intended