[Modular] Removes two overlay emotes (#12966)

This commit is contained in:
ghost sheep
2022-04-21 21:26:01 +01:00
committed by GitHub
parent b0fdf869c6
commit fdb0ca20c0
3 changed files with 0 additions and 24 deletions
Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.7 KiB

After

Width:  |  Height:  |  Size: 3.8 KiB

@@ -95,30 +95,6 @@
////
// These emotes hook into existing ones
/datum/emote/living/blush
key = "blush"
key_third_person = "blushes"
/datum/emote/living/blush/run_emote(mob/living/carbon/human/user, params, type_override, intentional)
. = ..()
if(iscarbon(user) && get_toggle(user))
var/mutable_appearance/overlay = mutable_appearance(overlay_emote, "blush", ABOVE_MOB_LAYER)
if(isteshari(user))
overlay.pixel_y = -5
flick_overlay_static(overlay, user, 50)
playsound(get_turf(user), 'modular_skyrat/modules/emotes/sound/emotes/blush.ogg', 25, TRUE)
/datum/emote/living/snore
key = "snore"
key_third_person = "snores"
/datum/emote/living/snore/run_emote(mob/living/carbon/human/user, params, type_override, intentional)
. = ..()
if(isliving(user) && get_toggle(user))
var/mutable_appearance/overlay = mutable_appearance(overlay_emote, "snore", ABOVE_MOB_LAYER)
overlay.pixel_y = 6
flick_overlay_static(overlay, user, 100)
/datum/emote/living/sigh
key = "sigh"
key_third_person = "sighs"
Binary file not shown.