emote over holopad

This commit is contained in:
Timothy Teakettle
2020-12-13 22:18:54 +00:00
parent 76fe9c7f4c
commit 016d3d39fc
5 changed files with 16 additions and 4 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)
. = ..()