mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-23 03:57:48 +01:00
Merge pull request #7370 from KasparoVy/PLAH-STIH-TAY-NEE-UMM
Enabled the Smelting of Plastitanium
This commit is contained in:
@@ -1,3 +1,13 @@
|
||||
/datum/alloy/plastitanium
|
||||
metaltag = MAT_PLASTITANIUM
|
||||
requires = list(
|
||||
"rutile" = 1,
|
||||
"platinum" = 1,
|
||||
"carbon" = 2,
|
||||
)
|
||||
product_mod = 0.3
|
||||
product = /obj/item/stack/material/plastitanium
|
||||
|
||||
/datum/alloy/tiglass
|
||||
metaltag = MAT_TITANIUMGLASS
|
||||
requires = list(
|
||||
|
||||
Reference in New Issue
Block a user