Merge pull request #10288 from datlo/basicsofCQC

Snake, try to remember some of the basics of CQC.
This commit is contained in:
variableundefined
2018-11-22 08:53:26 +08:00
committed by GitHub
13 changed files with 260 additions and 2 deletions
@@ -166,6 +166,8 @@
if(ishuman(L))
var/mob/living/carbon/human/H = L
if(check_martial_counter(L, user))
return
if(H.check_shields(0, "[user]'s [name]", src, MELEE_ATTACK)) //No message; check_shields() handles that
playsound(L, 'sound/weapons/Genhit.ogg', 50, 1)
return