Skip to content

Commit

Permalink
Merge pull request #3278 from Kelprunner/skip-emote
Browse files Browse the repository at this point in the history
Skip emote. That's literally it. (Good to merge if it passes checks)
  • Loading branch information
Tk420634 authored Oct 4, 2023
2 parents c18a2b8 + 3771e6d commit 4c7d1c8
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion code/modules/mob/living/emote.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand Down Expand Up @@ -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!"
Expand Down

0 comments on commit 4c7d1c8

Please sign in to comment.