bunch of fixes

This commit is contained in:
Kashargul
2024-12-06 23:29:36 +01:00
parent c64a251504
commit 0b303a3ae5
25 changed files with 251 additions and 204 deletions
+9 -9
View File
@@ -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