diff --git a/code/game/objects/items/inducer.dm b/code/game/objects/items/inducer.dm
index 585f06919872..d807d6a8631c 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()