Adds Four New Nian Emotes (#31860)

* Adds the ability for nians to twitch their antennae.

* initial commit

* removes the underscore needed

* linter fix

* oops
This commit is contained in:
Hayden Redacted
2026-04-28 19:39:09 -04:00
committed by GitHub
parent 01b55e0f21
commit a6818accea
2 changed files with 41 additions and 0 deletions
+16
View File
@@ -489,6 +489,22 @@
linked_emote = /datum/emote/living/carbon/human/flutter
name = "Flutter"
/datum/keybinding/emote/carbon/human/droop
linked_emote = /datum/emote/living/carbon/human/droop
name = "Droop"
/datum/keybinding/emote/carbon/human/wing_preen
linked_emote = /datum/emote/living/carbon/human/wing_preen
name = "Preen Wings"
/datum/keybinding/emote/carbon/human/antennae_preen
linked_emote = /datum/emote/living/carbon/human/antenna_preen
name = "Preen Antennae"
/datum/keybinding/emote/carbon/human/antenna_angle
linked_emote = /datum/emote/living/carbon/human/antenna_angle
name = "Angle Antennae"
/datum/keybinding/emote/carbon/human/chitter
linked_emote = /datum/emote/living/carbon/human/chitter
name = "Chitter"