better fix for sharpness override part

thanks kaze
This commit is contained in:
PKPenguin321
2016-02-24 18:20:46 -08:00
parent cf29fdd8e1
commit 04b4955c2e
+1 -1
View File
@@ -37,7 +37,7 @@
return
user.visible_message("<span class='notice'>[user] sharpens [I] with [src]!</span>", "<span class='notice'>You sharpen [I], making it much more deadly than before.</span>")
if(!requires_sharpness)
I.sharpness = IS_SHARP
I.sharpness = IS_SHARP_ACCURATE
I.force = Clamp(I.force + increment, 0, max)
I.throwforce = Clamp(I.throwforce + increment, 0, max)
I.name = "[prefix] [I.name]"