mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-05-18 20:59:56 +01:00
32fac1e40e
* drillbore fracking * many small fixes * big list update * match recipie * small tweaks * tool message * reagent amount per stack type * oops
35 lines
916 B
Plaintext
35 lines
916 B
Plaintext
/obj/item/stack/material/steel/hull
|
|
name = MAT_STEELHULL
|
|
default_type = MAT_STEELHULL
|
|
|
|
/obj/item/stack/material/steel/hull/reagents_per_sheet()
|
|
return REAGENTS_PER_HULL
|
|
|
|
/obj/item/stack/material/plasteel/hull
|
|
name = MAT_PLASTEELHULL
|
|
default_type = MAT_PLASTEELHULL
|
|
|
|
/obj/item/stack/material/plasteel/hull/reagents_per_sheet()
|
|
return REAGENTS_PER_HULL
|
|
|
|
/obj/item/stack/material/durasteel/hull
|
|
name = MAT_DURASTEELHULL
|
|
default_type = MAT_DURASTEELHULL
|
|
|
|
/obj/item/stack/material/durasteel/hull/reagents_per_sheet()
|
|
return REAGENTS_PER_HULL
|
|
|
|
/obj/item/stack/material/titanium/hull
|
|
name = MAT_TITANIUMHULL
|
|
default_type = MAT_TITANIUMHULL
|
|
|
|
/obj/item/stack/material/titanium/hull/reagents_per_sheet()
|
|
return REAGENTS_PER_HULL
|
|
|
|
/obj/item/stack/material/morphium/hull
|
|
name = MAT_MORPHIUMHULL
|
|
default_type = MAT_MORPHIUMHULL
|
|
|
|
/obj/item/stack/material/morphium/hull/reagents_per_sheet()
|
|
return REAGENTS_PER_HULL
|