diff --git a/code/modules/mob/living/emote.dm b/code/modules/mob/living/emote.dm index 81580452f73..a3ca29c6692 100644 --- a/code/modules/mob/living/emote.dm +++ b/code/modules/mob/living/emote.dm @@ -634,7 +634,7 @@ /datum/emote/living/twitch/run_emote(mob/user, params) user.Jitter(20) - + /datum/emote/living/twitch_s key = "twitch_s" message = "twitches." @@ -1131,6 +1131,12 @@ . = ..() INVOKE_ASYNC(user, /atom/.proc/do_double_bounce, 2, -2, 2, -2, 0.6 SECONDS) +/datum/emote/living/bwoing/skip + key = "skip" + key_third_person = "skips!" + message = "skips." + sound = null + /datum/emote/living/bounce key = "bounce" key_third_person = "bounces on their toes!"