diff --git a/code/modules/reagents/machinery/pump.dm b/code/modules/reagents/machinery/pump.dm index aaa9ae5efc3..66ac8d5cecc 100644 --- a/code/modules/reagents/machinery/pump.dm +++ b/code/modules/reagents/machinery/pump.dm @@ -168,6 +168,7 @@ to_chat(user, span_notice("There is a power cell already installed.")) return FALSE user.drop_from_inventory(W, src) + cell = W // Link the cell to us to_chat(user, span_notice("You insert the power cell.")) else