mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-19 03:49:10 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user