From 06c265c7e173225ba04765e7762009f4bebf317f Mon Sep 17 00:00:00 2001 From: silicons <2003111+silicons@users.noreply.github.com> Date: Tue, 18 Jul 2023 10:14:53 -0700 Subject: [PATCH] Update inducer.dm --- code/game/objects/items/inducer.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/objects/items/inducer.dm b/code/game/objects/items/inducer.dm index 585f0691987..d807d6a8631 100644 --- a/code/game/objects/items/inducer.dm +++ b/code/game/objects/items/inducer.dm @@ -168,7 +168,7 @@ if(opened && cell) user.visible_message("[user] removes [cell] from [src]!", "You remove [cell].") cell.update_icon() - user.put_in_hands(cell) + user.put_in_hands_or_drop(cell) cell = null update_icon()