From 27e5cdcbc700b89e17596fb93101155ccfcbe728 Mon Sep 17 00:00:00 2001 From: Contrabang <91113370+Contrabang@users.noreply.github.com> Date: Wed, 13 Aug 2025 12:24:53 -0700 Subject: [PATCH] Some pipes no longer runtime on installation (#30074) --- code/game/atom/atom_tool_acts.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/atom/atom_tool_acts.dm b/code/game/atom/atom_tool_acts.dm index a5a61afbf3f..27aec597b9e 100644 --- a/code/game/atom/atom_tool_acts.dm +++ b/code/game/atom/atom_tool_acts.dm @@ -90,7 +90,7 @@ if(!act_result) return NONE - return act_result + return ITEM_INTERACT_COMPLETE /** * Called when this atom has an item used on it.