mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-30 00:29:02 +01:00
[Modular] Removes two overlay emotes (#12966)
This commit is contained in:
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.
Reference in New Issue
Block a user