diff --git a/code/modules/recycling/disposal.dm b/code/modules/recycling/disposal.dm index bbad1ab25b1..1c90c07aefb 100644 --- a/code/modules/recycling/disposal.dm +++ b/code/modules/recycling/disposal.dm @@ -1332,7 +1332,7 @@ if(mode == FALSE) to_chat(user, "You remove the screws around the power connection.") else if(mode == TRUE) - to_chat(user, "You attach the screws around the power connection.") + to_chat(user, "You attach the screws around the power connection.") I.play_tool_sound(src) mode = !mode return TRUE