mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-16 09:34:52 +01:00
Merge pull request #6240 from KasparoVy/help_me_please
Add a Help Prompt (*vhelp) for Virgo-Specific Emotes
This commit is contained in:
@@ -732,7 +732,7 @@
|
||||
twitch_v, vomit, whimper, wink, yawn. Synthetics: beep, buzz, yes, no, rcough, rsneeze, ping")
|
||||
|
||||
else
|
||||
to_chat(src, "<font color='blue'>Unusable emote '[act]'. Say *help for a list.</font>")
|
||||
to_chat(src, "<font color='blue'>Unusable emote '[act]'. Say *help or *vhelp for a list.</font>") //VOREStation Edit, mention *vhelp for Virgo-specific emotes located in emote_vr.dm.
|
||||
|
||||
if (message)
|
||||
custom_emote(m_type,message)
|
||||
|
||||
@@ -35,7 +35,7 @@
|
||||
message = "peeps like a bird."
|
||||
m_type = 2
|
||||
playsound(loc, 'sound/voice/peep.ogg', 50, 1, -1)
|
||||
if("chirp")
|
||||
if ("chirp")
|
||||
message = "chirps!"
|
||||
playsound(src.loc, 'sound/misc/nymphchirp.ogg', 50, 0)
|
||||
m_type = 2
|
||||
@@ -75,6 +75,8 @@
|
||||
src.SpinAnimation(7,1)
|
||||
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")
|
||||
|
||||
if (message)
|
||||
custom_emote(m_type,message)
|
||||
|
||||
Reference in New Issue
Block a user