mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 03:57:13 +01:00
Fix set_sharpness not adding surgery component (#31215)
* Update objs.dm * Update surgery_initiator.dm
This commit is contained in:
@@ -67,7 +67,6 @@
|
||||
SIGNAL_HANDLER // COMSIG_ATOM_UPDATE_SHARPNESS
|
||||
var/obj/item/P = parent
|
||||
if(!P.sharp)
|
||||
UnlinkComponent()
|
||||
RemoveComponent()
|
||||
|
||||
/// Does the surgery initiation.
|
||||
|
||||
Reference in New Issue
Block a user