Merge pull request #3448 from Anewbe/ling_claws

Adds ling claw power
This commit is contained in:
Neerti
2017-06-20 00:54:23 -04:00
committed by GitHub
6 changed files with 73 additions and 25 deletions

View File

@@ -130,7 +130,7 @@
break_to_parts()
return
if(istype(W, /obj/item/weapon/melee/arm_blade))
if(istype(W, /obj/item/weapon/melee/changeling/arm_blade))
user.visible_message("<span class='danger'>\The [src] was sliced apart by [user]!</span>")
break_to_parts()
return