Adds new emote keybinds, and emote keybind unit tests (#19603)

* Adds a keybinding for *crack

* Add new unit tests

* Fix up unit tests

* oops, this wasn't supposed to make it in

* Update code/modules/unit_tests/emotes.dm

Co-authored-by: SteelSlayer <42044220+SteelSlayer@users.noreply.github.com>

Co-authored-by: SteelSlayer <42044220+SteelSlayer@users.noreply.github.com>
This commit is contained in:
Luc
2022-11-25 23:01:31 -06:00
committed by GitHub
co-authored by SteelSlayer
parent 72ee2f2488
commit 1490f60819
2 changed files with 41 additions and 2 deletions
+16
View File
@@ -141,6 +141,10 @@
linked_emote = /datum/emote/living/snore
name = "Snore"
/datum/keybinding/emote/nightmare
linked_emote = /datum/emote/living/nightmare
name = "Nightmare"
/datum/keybinding/emote/stare
linked_emote = /datum/emote/living/stare
name = "Stare"
@@ -263,6 +267,10 @@
linked_emote = /datum/emote/living/carbon/faint
name = "Faint"
/datum/keybinding/emote/carbon/sign
linked_emote = /datum/emote/living/carbon/sign
name = "Sign"
/datum/keybinding/emote/carbon/alien
category = KB_CATEGORY_EMOTE_ALIEN
@@ -377,6 +385,10 @@
linked_emote = /datum/emote/living/carbon/human/salute
name = "Salute"
/datum/keybinding/emote/carbon/human/sign/signal
linked_emote = /datum/emote/living/carbon/sign/signal
name = "Signal"
/datum/keybinding/emote/carbon/human/shrug
linked_emote = /datum/emote/living/carbon/human/shrug
name = "Shrug"
@@ -413,6 +425,10 @@
linked_emote = /datum/emote/living/carbon/human/snap
name = "Snap"
/datum/keybinding/emote/carbon/human/crack
linked_emote = /datum/emote/living/carbon/human/crack
name = "Crack"
/datum/keybinding/emote/carbon/human/fart
linked_emote = /datum/emote/living/carbon/human/fart
name = "Fart"