Adds some fresh new emotes (#21828)

* Adds some fresh emotes

* Adds necessary keybinds

* oops

* to_chat moment

* but here's the Thing

* Update code/modules/mob/living/carbon/human/human_emote.dm

Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com>

* Add missing name

---------

Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com>
This commit is contained in:
Luc
2023-08-16 12:04:11 -07:00
committed by GitHub
parent 3db565f553
commit b7f0f60364
5 changed files with 103 additions and 0 deletions
+28
View File
@@ -263,6 +263,10 @@
linked_emote = /datum/emote/living/carbon/scowl
name = "Scowl"
/datum/keybinding/emote/carbon/twirl
linked_emote = /datum/emote/living/carbon/twirl
name = "Twirl"
/datum/keybinding/emote/carbon/faint
linked_emote = /datum/emote/living/carbon/faint
name = "Faint"
@@ -345,6 +349,10 @@
linked_emote = /datum/emote/living/carbon/human/eyebrow
name = "Eyebrow"
/datum/keybinding/emote/carbon/human/facepalm
linked_emote = /datum/emote/living/carbon/human/facepalm
name = "Facepalm"
/datum/keybinding/emote/carbon/human/grumble
linked_emote = /datum/emote/living/carbon/human/grumble
name = "Grumble"
@@ -361,6 +369,10 @@
linked_emote = /datum/emote/living/carbon/human/nod
name = "Nod"
/datum/keybinding/emote/carbon/human/palm
linked_emote = /datum/emote/living/carbon/human/palm
name = "Extend palm"
/datum/keybinding/emote/carbon/human/scream
linked_emote = /datum/emote/living/carbon/human/scream
name = "Scream"
@@ -409,6 +421,14 @@
linked_emote = /datum/emote/living/carbon/human/slap
name = "Slap"
/datum/keybinding/emote/carbon/human/wince
linked_emote = /datum/emote/living/carbon/human/wince
name = "Wince"
/datum/keybinding/emote/carbon/human/squint
linked_emote = /datum/emote/living/carbon/human/squint
name = "Squint"
/datum/keybinding/emote/carbon/human/wink
linked_emote = /datum/emote/living/carbon/human/wink
name = "Wink"
@@ -513,6 +533,14 @@
linked_emote = /datum/emote/living/carbon/human/rattle
name = "Rattle"
/datum/keybinding/emote/carbon/human/bubble
linked_emote = /datum/emote/living/carbon/human/bubble
name = "Bubble"
/datum/keybinding/emote/carbon/human/pop
linked_emote = /datum/emote/living/carbon/human/pop
name = "Pop"
/datum/keybinding/emote/carbon/human/monkey/can_use(client/C, mob/M)
return ismonkeybasic(M) && ..()