Ghost_Role_Eligibility Updates & LL Mob Spawn Updates

This commit is contained in:
Dip
2020-10-02 21:33:03 -03:00
parent fbbdfdfeb4
commit 5c552abe6e
8 changed files with 57 additions and 49 deletions
+3 -2
View File
@@ -319,8 +319,9 @@
face_atom(A)
var/list/result = A.examine(src)
to_chat(src, result.Join("\n"))
SEND_SIGNAL(src, COMSIG_MOB_EXAMINATE, A)
if(result != null)
to_chat(src, result.Join("\n"))
SEND_SIGNAL(src, COMSIG_MOB_EXAMINATE, A)
//same as above
//note: ghosts can point, this is intended