Ore Stacking (#33062)

This commit is contained in:
kevinz000
2017-11-28 21:27:34 -05:00
committed by Emmett Gaines
parent 5a5f9c2891
commit 8e1ac5720d
54 changed files with 264 additions and 265 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++