From e69f502eec824006fee4333d423413c6fe7f6e68 Mon Sep 17 00:00:00 2001 From: Will <7099514+Willburd@users.noreply.github.com> Date: Mon, 4 Aug 2025 18:36:41 -0400 Subject: [PATCH] powercell lol (#18144) --- code/modules/reagents/machinery/pump.dm | 1 + 1 file changed, 1 insertion(+) 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