From fddf6be64747e862a85561e9f0e7670c2dfde595 Mon Sep 17 00:00:00 2001 From: Migratingcocofruit <69551563+Migratingcocofruit@users.noreply.github.com> Date: Fri, 31 Jan 2025 17:50:54 +0200 Subject: [PATCH] Stop the attack chain after the tank is inserted (#28187) --- code/modules/power/engines/singularity/collector.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/power/engines/singularity/collector.dm b/code/modules/power/engines/singularity/collector.dm index 971b11ff0edd..1fb0cf1922fc 100644 --- a/code/modules/power/engines/singularity/collector.dm +++ b/code/modules/power/engines/singularity/collector.dm @@ -77,6 +77,7 @@ loaded_tank = used used.forceMove(src) update_icons() + return ITEM_INTERACT_COMPLETE else if(used.tool_behaviour == TOOL_CROWBAR) if(loaded_tank && !locked) eject()