mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-19 20:15:47 +01:00
Return of ore stacking, various changes to lavaland bombs to facilitate reduced lag (#35291)
* Ore Stacking * honk * honk * component memes * honk2 * fix overlay off-by-1, sheet singular names * Give the ores more descriptive names since sheets also have * whoops debug memes * atom editor memes * fixes * snowdin fix
This commit is contained in:
committed by
AnturK
parent
3b994347cd
commit
c4fd8715a5
@@ -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++
|
||||
|
||||
Reference in New Issue
Block a user