[MIRROR] Magboot and glove fix (#12686)

Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2026-04-16 12:29:20 -04:00
committed by GitHub
co-authored by Cameron Lennox
parent 088d680358
commit 966e4accb2
95 changed files with 304 additions and 386 deletions
+1 -1
View File
@@ -460,7 +460,7 @@
/obj/item/stack/proc/combine_in_loc()
return //STUBBED for now, as it seems to randomly delete stacks
/obj/item/stack/dropped(atom/old_loc)
/obj/item/stack/dropped(mob/user, equipping, slot)
. = ..()
if(isturf(loc))
combine_in_loc()