Merge pull request #13909 from Mitchs98/emote

Allows Saluting and Bowing while buckled.
This commit is contained in:
AffectedArc07
2020-08-07 10:46:11 +01:00
committed by GitHub
@@ -308,14 +308,14 @@
m_type = 1
if("bow", "bows")
if(!buckled)
if(!restrained())
var/M = handle_emote_param(param)
message = "<B>[src]</B> bows[M ? " to [M]" : ""]."
m_type = 1
if("salute", "salutes")
if(!buckled)
if(!restrained())
var/M = handle_emote_param(param)
message = "<B>[src]</B> salutes[M ? " to [M]" : ""]."