Merge pull request #13758 from timothyteakettle/better-holoforms

replaces custom holoform verb with an action, lets holoform AIs emote
This commit is contained in:
silicons
2020-12-13 23:09:34 -07:00
committed by GitHub
11 changed files with 74 additions and 34 deletions
+1 -1
View File
@@ -144,7 +144,7 @@
var/sound //Sound to play when emote is called
var/vary = FALSE //used for the honk borg emote
var/volume = 50
mob_type_allowed_typecache = list(/mob/living/brain, /mob/living/silicon)
mob_type_allowed_typecache = list(/mob/living/brain, /mob/living/silicon, /mob/camera/aiEye)
/datum/emote/sound/run_emote(mob/user, params)
. = ..()