Merge pull request #161 from Neerti/8/15/2015_new_ling

New Changeling (Part 1)
This commit is contained in:
Neerti
2015-08-20 11:59:57 -04:00
43 changed files with 1530 additions and 857 deletions
+2 -2
View File
@@ -114,7 +114,7 @@
playsound(loc, "sparks", 50, 1, -1)
if (shock_damage > 15)
src.visible_message(
"\red [src] was shocked by the [source]!", \
"\red [src] was shocked by \the [source]!", \
"\red <B>You feel a powerful shock course through your body!</B>", \
"\red You hear a heavy electrical crack." \
)
@@ -122,7 +122,7 @@
Weaken(10)
else
src.visible_message(
"\red [src] was mildly shocked by the [source].", \
"\red [src] was mildly shocked by \the [source].", \
"\red You feel a mild shock course through your body.", \
"\red You hear a light zapping." \
)
+5
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