mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 12:07:27 +01:00
Adds tail thumping & scream sound for Unathi (#29188)
* unathi tail thump * unathi screaming AAAAAAAAAAAAAAAAAAAAAAAAA * lewc review
This commit is contained in:
@@ -733,6 +733,16 @@
|
||||
sound = "sound/effects/unathihiss.ogg"
|
||||
muzzled_noises = list("weak hissing")
|
||||
|
||||
/datum/emote/living/carbon/human/thump
|
||||
key = "thump"
|
||||
key_third_person = "thumps"
|
||||
message = "thumps their tail."
|
||||
message_param = "thumps their tail at %t."
|
||||
species_type_whitelist_typecache = list(/datum/species/unathi)
|
||||
emote_type = EMOTE_AUDIBLE
|
||||
// Credit to TylerAM (freesound.org) for the sound.
|
||||
sound = "sound/effects/unathitailthump.ogg"
|
||||
|
||||
/datum/emote/living/carbon/human/creak
|
||||
key = "creak"
|
||||
key_third_person = "creaks"
|
||||
|
||||
@@ -34,6 +34,8 @@
|
||||
//Default styles for created mobs.
|
||||
default_headacc = "Simple"
|
||||
default_headacc_colour = "#404040"
|
||||
male_scream_sound = 'sound/effects/unathiscream.ogg' // credits to skyrat [https://github.com/Skyrat-SS13/Skyrat-tg/pull/892]
|
||||
female_scream_sound = 'sound/effects/unathiscream.ogg'
|
||||
butt_sprite = "unathi"
|
||||
|
||||
has_organ = list(
|
||||
|
||||
Reference in New Issue
Block a user