mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 21:18:37 +01:00
Fixes diamond and bluespace artifact boulders not containing any diamonds/bluespace crystals (#96417)
## About The Pull Request Boulder-specific materials got overriden by the vent ## Changelog 🆑 fix: Fixed diamond and bluespace artifact boulders not containing any diamonds/bluespace crystals /🆑
This commit is contained in:
@@ -555,7 +555,7 @@
|
||||
Shake(duration = 1.5 SECONDS)
|
||||
|
||||
//decorate the boulder with materials
|
||||
var/list/mats_list = list()
|
||||
var/list/mats_list = new_rock.custom_materials?.Copy() || list()
|
||||
for(var/iteration in 1 to MINERALS_PER_BOULDER)
|
||||
var/datum/material/material = pick_weight(mineral_breakdown)
|
||||
mats_list[material] += ore_quantity_function(iteration)
|
||||
|
||||
Reference in New Issue
Block a user