Port over tg ore stack and stack merging

Meta

Birbfix

Maxi

Re-add automatic satchel ore pickup (oops)

Mecha formatting

re
This commit is contained in:
variableundefined
2018-10-09 10:06:03 +08:00
parent 11144bb939
commit 6b1b38d4f1
50 changed files with 394 additions and 359 deletions
+1 -1
View File
@@ -16,7 +16,7 @@
if(T)
var/limit
for(var/obj/structure/ore_box/B in T)
for(var/obj/item/ore/O in B)
for(var/obj/item/stack/ore/O in B)
B.contents -= O
unload_mineral(O)
limit++