Revert "12/21 modernizations from TG live"
This commit is contained in:
@@ -36,7 +36,8 @@
|
||||
user << "<span class='notice'>[I] has already been refined before. It cannot be sharpened further.</span>"
|
||||
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>")
|
||||
I.sharpness = IS_SHARP_ACCURATE
|
||||
if(!requires_sharpness)
|
||||
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]"
|
||||
|
||||
Reference in New Issue
Block a user