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:
Contrabang
2023-09-19 16:28:04 -04:00
committed by GitHub
parent 1fcf41e300
commit cedb419059
12 changed files with 346 additions and 37 deletions
-11
View File
@@ -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."