Merge pull request #9884 from VOREStation/upstream-merge-7954

[MIRROR] Chirp chirp
This commit is contained in:
Novacat
2021-03-09 12:30:56 -05:00
committed by GitHub
@@ -91,6 +91,16 @@
message = "squishes."
m_type = 1
if("chirp")
/* VOREStation Removal Start - Eh. People can chirp maybe.
if ((species.bump_flag != SLIME) && (species.name != SPECIES_DIONA))
to_chat(src, "<span class='warning'>You are not a diona or slime!</span>")
return
*/ //VOREStation Removal End
playsound(src, 'sound/misc/nymphchirp.ogg', 50, 0)
message = "chirps."
m_type = 2
//Skrell-only emotes
if("warble")
if(species.name != SPECIES_SKRELL)