mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-14 08:35:39 +01:00
bunch of fixes
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
/datum/alloy/plastitanium
|
||||
metaltag = MAT_PLASTITANIUM
|
||||
requires = list(
|
||||
"rutile" = 1,
|
||||
"platinum" = 1,
|
||||
REAGENT_ID_CARBON = 2,
|
||||
ORE_RUTILE = 1,
|
||||
ORE_PLATINUM = 1,
|
||||
ORE_CARBON = 2,
|
||||
)
|
||||
product_mod = 0.3
|
||||
product = /obj/item/stack/material/plastitanium
|
||||
@@ -11,8 +11,8 @@
|
||||
/datum/alloy/tiglass
|
||||
metaltag = MAT_TITANIUMGLASS
|
||||
requires = list(
|
||||
"rutile" = 1,
|
||||
"sand" = 2
|
||||
ORE_RUTILE = 1,
|
||||
ORE_SAND = 2
|
||||
)
|
||||
product_mod = 1
|
||||
product = /obj/item/stack/material/glass/titanium
|
||||
@@ -20,10 +20,10 @@
|
||||
/datum/alloy/plastiglass
|
||||
metaltag = MAT_PLASTITANIUMGLASS
|
||||
requires = list(
|
||||
"rutile" = 1,
|
||||
"sand" = 2,
|
||||
"platinum" = 1,
|
||||
REAGENT_ID_CARBON = 2,
|
||||
ORE_RUTILE = 1,
|
||||
ORE_SAND = 2,
|
||||
ORE_PLATINUM = 1,
|
||||
ORE_CARBON = 2,
|
||||
)
|
||||
product_mod = 1
|
||||
product = /obj/item/stack/material/glass/plastitanium
|
||||
|
||||
Reference in New Issue
Block a user