mirror of
https://github.com/Citadel-Station-13/Citadel-Station-13.git
synced 2026-08-23 03:27:10 +01:00
here we go again (#2456)
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
if(T)
|
||||
var/limit
|
||||
for(var/obj/structure/ore_box/B in T)
|
||||
for (var/obj/item/weapon/ore/O in B)
|
||||
for (var/obj/item/ore/O in B)
|
||||
B.contents -= O
|
||||
unload_mineral(O)
|
||||
limit++
|
||||
|
||||
Reference in New Issue
Block a user