Begins work on new ling.

This commit is contained in:
Neerti
2015-08-15 19:14:27 -04:00
parent 4abab58f06
commit ecaf6758df
43 changed files with 1530 additions and 857 deletions

View File

@@ -127,6 +127,11 @@
break_to_parts()
return
if(istype(W, /obj/item/weapon/melee/arm_blade))
user.visible_message("<span class='danger'>\The [src] was sliced apart by [user]!</span>")
break_to_parts()
return
if(can_plate && !material)
user << "<span class='warning'>There's nothing to put \the [W] on! Try adding plating to \the [src] first.</span>"
return