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.