Ports QoL, upgrades, and a lot of bug fixes

This commit is contained in:
Nadyr
2024-01-18 21:04:36 -05:00
committed by GitHub
parent 94ade300d3
commit 9347a99f5b
22 changed files with 411 additions and 81 deletions
@@ -140,7 +140,7 @@
return
/obj/item/weapon/material/proc/sharpen(var/material, var/sharpen_time, var/kit, mob/living/M)
if(!fragile)
if(!fragile && src.material.can_sharpen)
if(health < initial(health))
to_chat(M, "You should repair [src] first. Try using [kit] on it.")
return FALSE