Files
bd7a75b367 [MODULAR] Gives science jaws of life (cant pry open doors) and hand drill access, lets robo print health analyzers/advanced medical tools (#24162)
* aaa

* a

* a!

* aaaa

* now with FUNCTIONAL icon states

* whoa where did these come from?!

* Apply suggestions from code review

Co-authored-by: Bloop <13398309+vinylspiders@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: Bloop <13398309+vinylspiders@users.noreply.github.com>

---------

Co-authored-by: Giz <13398309+vinylspiders@users.noreply.github.com>
2023-10-10 00:09:29 -04:00

15 lines
557 B
Plaintext

/obj/item/crowbar/power/science
name = "hybrid cutters" // hybrid between crowbar and wirecutters
desc = "Quite similar to the jaws of life, this tool combines the utility of a crowbar and a set of wirecutters without the hydraulic force required to pry open doors."
icon_state = "jaws_sci"
inhand_icon_state = "jaws_sci"
force_opens = FALSE
/obj/item/screwdriver/power/science
icon_state = "drill_sci"
/obj/item/screwdriver/power/science/Initialize(mapload)
. = ..()
desc += " This one sports a nifty science paintjob, but is otherwise normal."