Update emote_vr.dm

This commit is contained in:
Trilbyspaceclone
2019-09-16 14:42:02 -04:00
committed by GitHub
parent 40913f633b
commit 6af026d160

View File

@@ -25,6 +25,10 @@
if ("nme")
nme()
return TRUE
if("chirp")
message = "<B>The [src.name]</B> chirps!"
playsound(src.loc, 'sound/misc/nymphchirp.ogg', 50, 0)
m_type = 2
if ("flip")
var/danger = 1 //Base 1% chance to break something.
var/list/involved_parts = list(BP_L_LEG, BP_R_LEG, BP_L_FOOT, BP_R_FOOT)