Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.

Commit 3d8ab5c

Browse files
yes (#22855)
1 parent 73f3a31 commit 3d8ab5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code/game/atom/_atom.dm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -832,7 +832,7 @@
832832
to_chat(user,span_warning("You can't dump the contents of [src_object.parent] into itself!"))
833833
return
834834
//yogs end
835-
while (do_after(user, 1 SECONDS, src, TRUE, FALSE, CALLBACK(STR, TYPE_PROC_REF(/datum/component/storage, handle_mass_item_insertion), things, src_object, user)))
835+
while (do_after(user, 1 SECONDS, src, NONE, TRUE, CALLBACK(STR, TYPE_PROC_REF(/datum/component/storage, handle_mass_item_insertion), things, src_object, user)))
836836
stoplag(1)
837837
to_chat(user, span_notice("You dump as much of [src_object.parent]'s contents into [STR.insert_preposition]to [src] as you can."))
838838
STR.orient2hud(user)

0 commit comments

Comments
 (0)