More emotes. [Semi-modular] (#1354)

* superemote

* Update emotes.dm

* Update emotes.dm

* Update emotes.dm

* aaaaaaaa
This commit is contained in:
Gandalf
2020-10-19 00:43:40 +01:00
committed by GitHub
parent 733d0a4e0a
commit 4a91ce1b08
45 changed files with 153 additions and 4 deletions
+3
View File
@@ -200,6 +200,7 @@
message_param = "blows a kiss to %t."
emote_type = EMOTE_AUDIBLE
/* SKYRAT EDIT REMOVAL - EMOTES - MOVED TO EMOTES.DM MODULAR
/datum/emote/living/laugh
key = "laugh"
key_third_person = "laughs"
@@ -215,6 +216,7 @@
return !C.silent
/datum/emote/living/laugh/get_sound(mob/living/user)
. = ..()
if(ishuman(user))
var/mob/living/carbon/human/H = user
if(H.dna.species.id == "human" && (!H.mind || !H.mind.miming))
@@ -222,6 +224,7 @@
return 'sound/voice/human/womanlaugh.ogg'
else
return pick('sound/voice/human/manlaugh1.ogg', 'sound/voice/human/manlaugh2.ogg')
*/ //SKYRAT EDIT END
/datum/emote/living/look
key = "look"