Fixes sand showing as glass in the ore console (#20330)

Fixes https://github.com/Aurorastation/Aurora.3/issues/20287
Also uses defines instead of strings in other ores.
This commit is contained in:
Jason
2025-01-04 06:41:38 -06:00
committed by GitHub
parent 981d93eed1
commit 33ecf0015f
2 changed files with 62 additions and 4 deletions
+4 -4
View File
@@ -64,7 +64,7 @@ GLOBAL_LIST_EMPTY(ore_data)
/ore/glass
name = ORE_SAND
display_name = MATERIAL_GLASS
display_name = "sand"
smelts_to = MATERIAL_GLASS
compresses_to = MATERIAL_SANDSTONE
worth = 1
@@ -97,9 +97,9 @@ GLOBAL_LIST_EMPTY(ore_data)
worth = 20
/ore/gold
name = "gold"
smelts_to = MATERIAL_GOLD
name = ORE_GOLD
display_name = "native gold"
smelts_to = MATERIAL_GOLD
result_amount = 5
spread_chance = 10
ore = /obj/item/ore/gold
@@ -113,7 +113,7 @@ GLOBAL_LIST_EMPTY(ore_data)
worth = 30
/ore/diamond
name = "diamond"
name = ORE_DIAMOND
display_name = "diamond"
compresses_to = MATERIAL_DIAMOND
result_amount = 5