moves the parent call

This commit is contained in:
PKPenguin321
2016-06-06 17:02:08 -07:00
parent 70c9cff674
commit 5d76e239ef
+1 -1
View File
@@ -221,12 +221,12 @@
return
/obj/item/weapon/twohanded/dualsaber/attack(mob/target, mob/living/carbon/human/user)
..()
if(user.has_dna())
if(user.dna.check_mutation(HULK))
user << "<span class='warning'>You grip the blade too hard and accidentally close it!</span>"
unwield()
return
..()
if(user.disabilities & CLUMSY && (wielded) && prob(40))
impale(user)
return