Merge remote-tracking branch 'upstream/dev' into 151117-MultitoolPower

This commit is contained in:
PsiOmegaDelta
2015-12-07 17:56:27 +01:00
36 changed files with 440 additions and 425 deletions
@@ -21,7 +21,7 @@
B.health -= damage
B.update_icon()
new/obj/effect/effect/sparks(src.loc)
new/obj/effect/sparks(src.loc)
new/obj/effect/effect/smoke/illumination(src.loc, brightness=15)
qdel(src)
return
+1
View File
@@ -435,6 +435,7 @@
if(S.brute_dam)
if(S.brute_dam < ROBOLIMB_SELF_REPAIR_CAP)
S.heal_damage(15,0,0,1)
user.setClickCooldown(DEFAULT_ATTACK_COOLDOWN)
user.visible_message("<span class='notice'>\The [user] patches some dents on \the [M]'s [S.name] with \the [src].</span>")
else if(S.open != 2)
user << "<span class='danger'>The damage is far too severe to patch over externally.</span>"