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"
@@ -725,6 +725,31 @@
species_type_whitelist_typecache = list(/datum/species/skulk)
muzzled_noises = list("frustrated")
/datum/emote/living/carbon/human/droop
key = "droop"
key_third_person = "droop"
message = "droops their antennae."
species_type_whitelist_typecache = list(/datum/species/moth)
/datum/emote/living/carbon/human/wing_preen
key = "wpreen"
key_third_person = "wpreen"
message = "preens their wings."
species_type_whitelist_typecache = list(/datum/species/moth)
/datum/emote/living/carbon/human/antenna_preen
key = "apreen"
key_third_person = "apreen"
message = "preens their antennae."
species_type_whitelist_typecache = list(/datum/species/moth)
/datum/emote/living/carbon/human/antenna_angle
key = "aangle"
key_third_person = "aangle"
message = "angles their antennae."
message_param = "angles their antennae towards %t."
species_type_whitelist_typecache = list(/datum/species/moth)
/datum/emote/living/carbon/human/quill
key = "quill"
key_third_person = "quills"