mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-30 07:28:53 +01:00
Merge pull request #9884 from VOREStation/upstream-merge-7954
[MIRROR] Chirp chirp
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user