Added Galena and Bauxite to the map generation (#18827)

This should have been done when these ores were added. It's been done
now.

---------

Co-authored-by: Cody Brittain <cbrittain10@live.com>
This commit is contained in:
Cody Brittain
2024-04-04 06:34:47 -04:00
committed by GitHub
parent 21a5165c14
commit 65d7b07094
3 changed files with 45 additions and 0 deletions
+4
View File
@@ -149,6 +149,8 @@ GLOBAL_LIST_EMPTY(ore_data)
smelts_to = MATERIAL_ALUMINIUM
ore = /obj/item/ore/aluminium
scan_icon = "mineral_common"
result_amount = 5
spread_chance = 25
worth = 5
/ore/lead
@@ -157,4 +159,6 @@ GLOBAL_LIST_EMPTY(ore_data)
smelts_to = MATERIAL_LEAD
ore = /obj/item/ore/lead
scan_icon = "mineral_uncommon"
result_amount = 5
spread_chance = 15
worth = 10