diff --git a/modular_skyrat/master_files/icons/effects/overlay_effects.dmi b/modular_skyrat/master_files/icons/effects/overlay_effects.dmi index c2de465ee55..be4eebf6c63 100644 Binary files a/modular_skyrat/master_files/icons/effects/overlay_effects.dmi and b/modular_skyrat/master_files/icons/effects/overlay_effects.dmi differ diff --git a/modular_skyrat/modules/emotes/code/additionalemotes/overlay_emote.dm b/modular_skyrat/modules/emotes/code/additionalemotes/overlay_emote.dm index ec349a7807d..2aebf9fa220 100644 --- a/modular_skyrat/modules/emotes/code/additionalemotes/overlay_emote.dm +++ b/modular_skyrat/modules/emotes/code/additionalemotes/overlay_emote.dm @@ -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" diff --git a/modular_skyrat/modules/emotes/sound/emotes/blush.ogg b/modular_skyrat/modules/emotes/sound/emotes/blush.ogg deleted file mode 100644 index 482a2a8ecda..00000000000 Binary files a/modular_skyrat/modules/emotes/sound/emotes/blush.ogg and /dev/null differ