Manedwolf markings and roarbark

This commit is contained in:
cadyn
2021-02-26 22:43:39 -08:00
parent 66426860bd
commit 78224fe89f
4 changed files with 17 additions and 1 deletions

View File

@@ -193,8 +193,12 @@
handle_flip_vr()
message = "does a flip!"
m_type = 1
if("roarbark") //Roarbark is CHOMP Addition
message = "lets out a roar-bark!"
m_type = 2 //Also full disclosure this sounds AWFUL with the normal pitch shifting
playsound(loc, 'sound/voice/roarbark.ogg', 50, 0, preference = /datum/client_preference/emote_noises)
if("vhelp") //Help for Virgo-specific emotes.
to_chat(src, "vwag, vflap, mlem, blep, awoo, awoo2, growl, nya, peep, chirp, hoot, weh, merp, myarp, bark, bork, mrow, mrowl, hypno, howl, hiss, rattle, squeak, geck, baa, baa2, mar, wurble, snort, meow, moo, croak, gao, cackle, nsay, nme, flip") //CHOMP Addition: adds howl to list since YW didn't
to_chat(src, "vwag, vflap, mlem, blep, awoo, awoo2, growl, nya, peep, chirp, hoot, weh, merp, myarp, bark, bork, mrow, mrowl, hypno, howl, hiss, rattle, squeak, geck, baa, baa2, mar, wurble, snort, meow, moo, croak, gao, cackle, nsay, nme, flip, roarbark") //CHOMP Addition: adds howl to list since YW didn't
return TRUE
if(message)

View File

@@ -118,6 +118,18 @@
color_blend_mode = ICON_MULTIPLY
body_parts = list(BP_HEAD)
manedwolf1
name = "Maned Wolf Primary Markings"
icon_state = "manedwolf1"
color_blend_mode = ICON_MULTIPLY
body_parts = list(BP_HEAD,BP_TORSO,BP_R_ARM,BP_L_ARM,BP_R_HAND,BP_L_HAND,BP_R_LEG,BP_L_LEG,BP_R_FOOT,BP_L_FOOT)
manedwolf2
name = "Maned Wolf Secondary Markings"
icon_state = "manedwolf2"
color_blend_mode = ICON_MULTIPLY
body_parts = list(BP_HEAD,BP_TORSO,BP_GROIN)
/datum/sprite_accessory/tail/special/orca_tail
name = "Orca Tail"
desc = ""

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.9 KiB

After

Width:  |  Height:  |  Size: 12 KiB

BIN
sound/voice/roarbark.ogg Normal file

Binary file not shown.