Migrates Surgery Tools, Nuke Kits, and Nuke Cores to the New Attack Chain (#30442)

* super

* Update theft_items.dm

* Update theft_items.dm

* Update outfit_debug.dm

* Update code/game/objects/items/theft_items.dm

Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com>
Signed-off-by: CRUNCH <143041327+Fordoxia@users.noreply.github.com>

---------

Signed-off-by: CRUNCH <143041327+Fordoxia@users.noreply.github.com>
Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com>
This commit is contained in:
CRUNCH
2025-10-17 17:58:35 +00:00
committed by GitHub
co-authored by Luc
parent 027146fee1
commit 3210d12d56
3 changed files with 141 additions and 95 deletions
+4 -2
View File
@@ -194,8 +194,10 @@
desc = "A wonder of modern medicine. This tool functions as any other sort of surgery tool, and finishes in only a fraction of the time. Hey, how'd you get your hands on this, anyway?"
toolspeed = 0.01
/obj/item/scalpel/laser/manager/debug/attack_self__legacy__attackchain(mob/user)
. = ..()
/obj/item/scalpel/laser/manager/debug/activate_self(mob/user)
if(..())
return
toolspeed = toolspeed == 0.5 ? 0.01 : 0.5
to_chat(user, "[src] is now set to toolspeed [toolspeed]")
playsound(src, 'sound/effects/pop.ogg', 50, 0) //Change the mode