mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-30 16:47:13 +01:00
* 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>
15 lines
557 B
Plaintext
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."
|