*Emits an Affirmative Blip*

Fixes emotes so that synths can use the *yes emote without it just doing squat. Ported from https://github.com/VOREStation/VOREStation/pull/5076
This commit is contained in:
TheFurryFeline
2019-04-18 22:42:50 -04:00
committed by GitHub
parent 80966bba6d
commit 44363f05e2
@@ -185,7 +185,7 @@
playsound(src.loc, 'sound/machines/buzz-sigh.ogg', 50, 0)
m_type = 1
if("yes")
if("yes", "ye") //TFF 18/4/19: Polaris fix - make synths able to use *yes emote
var/M = null
if(param)
for (var/mob/A in view(null, null))