Merge pull request #15689 from Darlantanis/krakenmynemesis

Many bug fixes, QoL, and PDA notes port (now with sensible diffs)
This commit is contained in:
Heroman3003
2024-01-19 14:53:19 +10:00
committed by GitHub
23 changed files with 412 additions and 82 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