mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-24 21:57:53 +01:00
Merge branch 'master' into Holdelta-RPD-Addition
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user