mirror of
https://github.com/KabKebab/GS13.git
synced 2026-07-14 01:19:04 +01:00
implementing calorit (new mineral)
Just setting the scene for the item, basically. It doesn't have a single sprite yet, nor does it have any 'special' code
This commit is contained in:
@@ -381,6 +381,12 @@
|
||||
sheet_type = /obj/item/stack/sheet/mineral/bananium
|
||||
coin_type = /obj/item/coin/bananium
|
||||
|
||||
/datum/material/calorit //GS13
|
||||
name = "Calorit"
|
||||
id = MAT_CALORIT
|
||||
sheet_type = /obj/item/stack/sheet/mineral/calorit
|
||||
coin_type = /obj/item/coin/calorit
|
||||
|
||||
/datum/material/titanium
|
||||
name = "Titanium"
|
||||
id = MAT_TITANIUM
|
||||
|
||||
Reference in New Issue
Block a user