mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-21 03:56:47 +01:00
Refactors Ore Eating to Allow the Consumption of Material Sheets
Refactors ore eating to facilitate the ethical consumption of refined materials, easily obtainable on station. Suggested by the kobolds. Also fixes the material name of Plastitanium glass throughout the codebase.
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
product = /obj/item/stack/material/glass/titanium
|
||||
|
||||
/datum/alloy/plastiglass
|
||||
metaltag = MAT_PLASTANIUMGLASS
|
||||
metaltag = MAT_PLASTITANIUMGLASS
|
||||
requires = list(
|
||||
"rutile" = 1,
|
||||
"sand" = 2,
|
||||
|
||||
Reference in New Issue
Block a user