Semi-port jump emote from TG. (#30072)

* jump emote

* ci pass

* better code
This commit is contained in:
Contrabang
2025-08-19 06:33:59 -07:00
committed by GitHub
parent 1c6dbb6fa7
commit 4ff7e00979
4 changed files with 49 additions and 10 deletions
+4 -4
View File
@@ -17,6 +17,10 @@
linked_emote = /datum/emote/spin
name = "Spin"
/datum/keybinding/emote/jump
linked_emote = /datum/emote/jump
name = "Jump"
/datum/keybinding/emote/blush
linked_emote = /datum/emote/living/blush
name = "Blush"
@@ -41,10 +45,6 @@
linked_emote = /datum/emote/living/dance
name = "Dance"
/datum/keybinding/emote/jump
linked_emote = /datum/emote/living/jump
name = "Jump"
/datum/keybinding/emote/deathgasp
linked_emote = /datum/emote/living/deathgasp
name = "Deathgasp"