mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 12:07:27 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user