Merge branch 'master' into Holdelta-RPD-Addition

This commit is contained in:
Repede
2020-01-12 14:57:03 -05:00
committed by GitHub
2 changed files with 5 additions and 1 deletions
@@ -27,6 +27,10 @@
m_type = 2
message = "lets out an awoo."
playsound(loc, 'sound/voice/awoo.ogg', 50, 1, -1)
if ("howl") // YW add begins
m_type = 2
message = "lets out a howl."
playsound(loc, 'sound/voice/howl.ogg', 50, 1, -1) // YW add ends
if ("nya")
message = "lets out a nya."
m_type = 2
@@ -80,7 +84,7 @@
message = "does a flip!"
m_type = 1
if ("vhelp") //Help for Virgo-specific emotes.
to_chat(src, "vwag, vflap, mlem, awoo, nya, peep, chirp, weh, merp, bark, hiss, squeak, nsay, nme, flip")
to_chat(src, "vwag, vflap, mlem, awoo, howl, nya, peep, chirp, weh, merp, bark, hiss, squeak, nsay, nme, flip")
if (message)
custom_emote(m_type,message)