Makes most synthetic emotes available to humans (so that robotic characters can actually ping beep buzz)

This commit is contained in:
deathride58
2019-02-27 01:45:06 -05:00
parent 22e3145901
commit e364969ae0
2 changed files with 29 additions and 1 deletions
+28 -1
View File
@@ -146,4 +146,31 @@
var/turf/T = loc
T.Entered(src)
//Ayy lmao
/datum/emote/sound/human
mob_type_allowed_typecache = list(/mob/living/carbon/human)
emote_type = EMOTE_AUDIBLE
/datum/emote/sound/human/buzz
key = "buzz"
key_third_person = "buzzes"
message = "buzzes."
message_param = "buzzes at %t."
sound = 'sound/machines/buzz-sigh.ogg'
/datum/emote/sound/human/buzz2
key = "buzz2"
message = "buzzes twice."
sound = 'sound/machines/buzz-two.ogg'
/datum/emote/sound/human/ping
key = "ping"
key_third_person = "pings"
message = "pings."
message_param = "pings at %t."
sound = 'sound/machines/ping.ogg'
/datum/emote/sound/human/chime
key = "chime"
key_third_person = "chimes"
message = "chimes."
sound = 'sound/machines/chime.ogg'
+1
View File
@@ -486,6 +486,7 @@
message = "beeps."
message_param = "beeps at %t."
sound = 'sound/machines/twobeep.ogg'
mob_type_allowed_typecache = list(/mob/living/brain, /mob/living/silicon, /mob/living/carbon/human)
/datum/emote/living/circle
key = "circle"