changes surgery_initiator to /robo/sharp (#30873)

/robo to /robo/sharp, should fix bug while retaining silicon effectiveness in wiki

Signed-off-by: SPACEGEESE <136994596+spacegeese@users.noreply.github.com>
This commit is contained in:
SPACEGEESE
2025-11-07 08:29:28 -08:00
committed by GitHub
parent 6b49380c2a
commit bee4f00416
+1 -1
View File
@@ -121,7 +121,7 @@
/obj/item/kitchen/knife/Initialize(mapload)
. = ..()
AddComponent(/datum/component/surgery_initiator/robo)
AddComponent(/datum/component/surgery_initiator/robo/sharp)
RegisterSignal(src, COMSIG_BIT_ATTACH, PROC_REF(add_bit))
RegisterSignal(src, COMSIG_CLICK_ALT, PROC_REF(remove_bit))