mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 18:32:03 +00:00
6 lines
134 B
Plaintext
6 lines
134 B
Plaintext
// 20 of every ore.
|
|
/obj/structure/ore_box/hax
|
|
New()
|
|
..()
|
|
for(var/ore_id in materials.storage)
|
|
materials.addAmount(ore_id, 20) |