Merge pull request #8053 from deathride58/pingbeepbuzz

Makes most synthetic emotes available to humans
This commit is contained in:
kevinz000
2019-03-01 02:30:12 -08:00
committed by GitHub
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"