Fixes and Tweaks to Defenses

This commit is contained in:
Fox-McCloud
2015-05-30 01:47:25 -04:00
parent 01896f9209
commit 0602435d8a
7 changed files with 31 additions and 22 deletions
+4 -2
View File
@@ -225,10 +225,8 @@ obj/item/weapon/twohanded/
/obj/item/weapon/twohanded/dualsaber/update_icon()
if(wielded)
icon_state = "dualsaber[blade_color][wielded]"
reflect_chance = 100
else
icon_state = "dualsaber0"
reflect_chance = 0
/obj/item/weapon/twohanded/dualsaber/attack(target as mob, mob/living/user as mob)
..()
@@ -268,6 +266,10 @@ obj/item/weapon/twohanded/
..()
hitsound = "swing_hit"
/obj/item/weapon/twohanded/dualsaber/IsReflect()
if(wielded)
return 1
/obj/item/weapon/twohanded/dualsaber/wield()
..()
hitsound = 'sound/weapons/blade1.ogg'