Pull #96417 from tg - Fixes diamond and bluespace artifact boulders not containing any diamonds/bluespace crystals (#5783)

## About The Pull Request

https://github.com/tgstation/tgstation/pull/96417
## Why It's Good For The Game

bugs bad
## Proof Of Testing
<details>
<summary>Screenshots/Videos</summary>

tis a upstream pull

</details>

## Changelog
🆑
fix: Fixed diamond and bluespace artifact boulders not containing any
diamonds/bluespace crystals
/🆑

Co-authored-by: SmArtKar <44720187+SmArtKar@users.noreply.github.com>
This commit is contained in:
nikothedude
2026-06-13 16:25:21 -04:00
committed by GitHub
co-authored by SmArtKar
parent b32c223a31
commit 99786302fe
@@ -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)