mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
Manedwolf markings and roarbark
This commit is contained in:
@@ -193,8 +193,12 @@
|
|||||||
handle_flip_vr()
|
handle_flip_vr()
|
||||||
message = "does a flip!"
|
message = "does a flip!"
|
||||||
m_type = 1
|
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.
|
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
|
return TRUE
|
||||||
|
|
||||||
if(message)
|
if(message)
|
||||||
|
|||||||
@@ -118,6 +118,18 @@
|
|||||||
color_blend_mode = ICON_MULTIPLY
|
color_blend_mode = ICON_MULTIPLY
|
||||||
body_parts = list(BP_HEAD)
|
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
|
/datum/sprite_accessory/tail/special/orca_tail
|
||||||
name = "Orca Tail"
|
name = "Orca Tail"
|
||||||
desc = ""
|
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
BIN
sound/voice/roarbark.ogg
Normal file
Binary file not shown.
Reference in New Issue
Block a user