mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-30 03:22:41 +00:00
* Modernizing Radiation -- TL;DR: Radiation is now a status effect healed by tox healing, and contamination is removed * Fixing conflicts * Makes it compile, yeet all the RAD armor from everywhere (thanks RegEx!) * Removing more lingering rad armor (woo) * Damnit powerarmors * Bye bye rad collectors! Co-authored-by: Mothblocks <35135081+Mothblocks@users.noreply.github.com> Co-authored-by: GoldenAlpharex <jerego1234@hotmail.com>
12 lines
422 B
Plaintext
12 lines
422 B
Plaintext
/**
|
|
* The wirebrush is a tool whose sole purpose is to remove rust from anything that is rusty.
|
|
* Because of the inherent nature of hard countering rust heretics it does it very slowly.
|
|
*/
|
|
/obj/item/wirebrush
|
|
name = "wirebrush"
|
|
desc = "A tool that is used to scrub the rust thoroughly off walls. Not for hair!"
|
|
icon = 'icons/obj/tools.dmi'
|
|
icon_state = "wirebrush"
|
|
tool_behaviour = TOOL_RUSTSCRAPER
|
|
toolspeed = 1
|