mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-29 23:17:02 +01:00
Adds the adminspawn debug outfit (#22223)
* debug outfit * slip * fix this * review * lewc review * refactors the huds to be "not shit"
This commit is contained in:
@@ -174,17 +174,6 @@
|
||||
// this one can automatically retry its steps, too!
|
||||
ADD_TRAIT(src, TRAIT_ADVANCED_SURGICAL, ROUNDSTART_TRAIT)
|
||||
|
||||
/obj/item/scalpel/laser/manager/debug
|
||||
name = "debug IMS"
|
||||
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(mob/user)
|
||||
. = ..()
|
||||
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
|
||||
|
||||
/obj/item/circular_saw
|
||||
name = "circular saw"
|
||||
desc = "For heavy duty cutting."
|
||||
|
||||
Reference in New Issue
Block a user