fix aliens not being able to attack carp/spiders

This commit is contained in:
ZomgPonies
2013-11-02 00:33:27 -04:00
parent 4a5163a85f
commit 5e8c68fbce
@@ -314,7 +314,7 @@
if ((O.client && !( O.blinded )))
O.show_message(text("\red [] has grabbed [] passively!", M, src), 1)
if("harm", "disarm")
else
var/damage = rand(15, 30)
visible_message("\red <B>[M] has slashed at [src]!</B>")
adjustBruteLoss(damage)