Files
vgstation13/code/modules/mining/debug_shit.dm
MadmanMartian 187c8ca4f5 Switches ore from /weapon to /stack (#21474)
* Try not to lose it all again

* Map checks

* Sanity here and there

* test boooox
2019-01-30 09:53:34 -03:00

12 lines
242 B
Plaintext

// 20 of every ore.
/obj/structure/ore_box/hax
New()
..()
for(var/ore_id in materials.storage)
materials.addAmount(ore_id, 20)
/obj/item/stack/ore/slag/hax
New()
..()
for(var/ore_id in mats.storage)
mats.addAmount(ore_id, 20)