mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-11 07:04:01 +01:00
e9d2322565
* Material defines * Move these * Food sytnhetizer --------- Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
32 lines
670 B
Plaintext
32 lines
670 B
Plaintext
/*
|
|
* Brass Tools
|
|
*/
|
|
|
|
//Crowbar
|
|
/obj/item/tool/crowbar/brass
|
|
icon_state = "crowbar_brass"
|
|
item_state = "crowbar"
|
|
|
|
//Cutters
|
|
/obj/item/tool/wirecutters/brass
|
|
icon_state = "cutters_brass"
|
|
item_state = "cutters_yellow"
|
|
|
|
//Screwdriver
|
|
/obj/item/tool/screwdriver/brass
|
|
icon_state = "screwdriver_brass"
|
|
item_state = "screwdriver_black"
|
|
|
|
//Wrench
|
|
/obj/item/tool/wrench/brass
|
|
icon_state = "wrench_brass"
|
|
item_state = "wrench_brass"
|
|
|
|
//Welder
|
|
/obj/item/weldingtool/brass
|
|
name = "brass welding tool"
|
|
desc = "A welder made from brass fittings."
|
|
icon_state = "brasswelder"
|
|
max_fuel = 20
|
|
matter = list(MAT_STEEL = MATERIAL_COST(0.035), MAT_GLASS = MATERIAL_COST(0.03))
|