mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-19 10:07:19 +01:00
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.
5 lines
174 B
Plaintext
5 lines
174 B
Plaintext
/obj/item/weapon/material/shard/titaniumglass/New(loc)
|
|
..(loc, MAT_TITANIUMGLASS)
|
|
|
|
/obj/item/weapon/material/shard/plastitaniumglass/New(loc)
|
|
..(loc, MAT_PLASTITANIUMGLASS) |