Holocall Overhaul (#10370)

This commit is contained in:
Geeves
2020-11-04 11:20:56 +01:00
committed by GitHub
parent f332870e35
commit ea02d13ad0
5 changed files with 251 additions and 299 deletions
+1 -1
View File
@@ -156,7 +156,7 @@
// Specific mob type exceptions below.
/mob/living/silicon/ai/emote(var/act, var/type, var/message)
var/obj/machinery/hologram/holopad/T = src.holo
if(T && T.masters[src]) //Is the AI using a holopad?
if(T?.active_holograms[src]) //Is the AI using a holopad?
src.holopad_emote(message)
else //Emote normally, then.
..()