Renames mlemawoo proc

There already was an emote_vr y'see. And this broke subtle.
This commit is contained in:
Arokha Sieyes
2017-03-03 21:58:38 -05:00
parent 47e1a079b1
commit e779b9b59d
2 changed files with 2 additions and 2 deletions
@@ -18,7 +18,7 @@
if(src.stat == 2.0 && (act != "deathgasp"))
return
if(attempt_vr(src,"emote_vr",list(act,m_type,message))) return //VOREStation Add - Custom Emote Handler
if(attempt_vr(src,"handle_emote_vr",list(act,m_type,message))) return //VOREStation Add - Custom Emote Handler
switch(act)
if ("airguitar")
@@ -1,4 +1,4 @@
/mob/living/carbon/human/emote_vr(var/act,var/m_type=1,var/message = null)
/mob/living/carbon/human/proc/handle_emote_vr(var/act,var/m_type=1,var/message = null)
switch(act)
if ("mlem")