Makes xenos less pitifully unrobust.

Taserhands restored.  Kind of.
This commit is contained in:
Duck-
2014-03-18 00:03:40 -04:00
parent a107413b22
commit 1b295d3fd6
@@ -49,8 +49,7 @@
for(var/mob/O in viewers(src, null))
if ((O.client && !( O.blinded )))
O.show_message(text("\red <B>[] has tackled down []!</B>", M, src), 1)
if (prob(25))
M.Weaken(rand(2,4))
M.Weaken(5)
else
if (prob(80))
playsound(loc, 'sound/weapons/slash.ogg', 25, 1, -1)
@@ -59,4 +58,4 @@
else
playsound(loc, 'sound/weapons/slashmiss.ogg', 50, 1, -1)
visible_message(text("\red <B>[] has tried to disarm []!</B>", M, src))
return
return