Files
vgstation13/code/modules/mining/debug_shit.dm
Rob Nelson d31ea41dcf More fixes.
* Slag now processed in recycling correctly.
 * Slag puddles with no materials in them have the same melting point as plastic.
 * Ore Redeemer skips slag.
2014-11-05 13:32:01 -08:00

12 lines
243 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/weapon/ore/slag/hax
New()
..()
for(var/ore_id in mats.storage)
mats.addAmount(ore_id, 20)