mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-21 19:19:12 +01:00
19 lines
385 B
Plaintext
19 lines
385 B
Plaintext
/datum/alloy/tiglass
|
|
metaltag = MAT_TITANIUMGLASS
|
|
requires = list(
|
|
"rutile" = 1,
|
|
"sand" = 2
|
|
)
|
|
product_mod = 1
|
|
product = /obj/item/stack/material/glass/titanium
|
|
|
|
/datum/alloy/plastiglass
|
|
metaltag = MAT_PLASTANIUMGLASS
|
|
requires = list(
|
|
"rutile" = 1,
|
|
"sand" = 2,
|
|
"platinum" = 1,
|
|
"carbon" = 2,
|
|
)
|
|
product_mod = 1
|
|
product = /obj/item/stack/material/glass/plastitanium |