Files
vgstation13/code/modules/mining/debug_shit.dm
Paul Ritter 9e371f3884 starting the crusade against relative pathing (#22593)
* starting the crusade against relative pathing

* new() part1

* new() part 2

* FOR VALHALLA

* you sneaky buggers

* part 5: the reckoning

* chapter 6: rejuvination

* chapter 7: age of conflict

* dammit travis
2019-04-29 13:33:46 -03:00

10 lines
234 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)