Signed-off-by: Mloc-Argent <colmohici@gmail.com>
This commit is contained in:
Mloc-Argent
2013-10-12 17:23:33 +01:00
parent c3c99307e9
commit bc087e7bdd
+1 -1
View File
@@ -63,7 +63,7 @@
dtype = W.damtype
visible_message("<span class='danger'>[src] has been hit by [O].</span>", \
"<span class='userdanger'>[src] has been hit by [O].</span>")
var/armor = run_armor_check(zone, "melee", "Your armor has protected your [zone].", "Your armor has softened hit to your [zone].")
var/armor = run_armor_check(zone, "melee", "Your armor has protected your [parse_zone(zone)].", "Your armor has softened hit to your [parse_zone(zone)].")
if(armor < 2)
apply_damage(O.throwforce, dtype, zone, armor, O)
if(!O.fingerprintslast)