Files
Bubberstation/code/game/objects/items/tools/wirebrush.dm
SkyratBot e90627be0e [MIRROR] Modernizing Radiation -- TL;DR: Radiation is now a status effect healed by tox healing, and contamination is removed [MDB IGNORE] (#9176)
* 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>
2021-11-02 10:36:46 -04:00

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