mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-29 15:08:02 +01:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user