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