mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-24 21:48:39 +01:00
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:
@@ -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