From 656361e10cfcc5a97d5b389282fc12500d0a6062 Mon Sep 17 00:00:00 2001
From: Contrabang <91113370+Contrabang@users.noreply.github.com>
Date: Tue, 4 Oct 2022 14:14:01 -0400
Subject: [PATCH] whoops...
---
code/modules/recycling/disposal.dm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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