mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-25 13:09:11 +01:00
Renames mlemawoo proc
There already was an emote_vr y'see. And this broke subtle.
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user