Fix set_sharpness not adding surgery component (#31215)

* Update objs.dm

* Update surgery_initiator.dm
This commit is contained in:
kyunkyunkyun
2025-12-12 20:34:35 +00:00
committed by GitHub
parent ef7e48db9c
commit d3a457344a
2 changed files with 3 additions and 4 deletions
@@ -67,7 +67,6 @@
SIGNAL_HANDLER // COMSIG_ATOM_UPDATE_SHARPNESS
var/obj/item/P = parent
if(!P.sharp)
UnlinkComponent()
RemoveComponent()
/// Does the surgery initiation.