From d6977956080ecf2ee1b342b22b72ca949327989a Mon Sep 17 00:00:00 2001 From: S34N <12197162+S34NW@users.noreply.github.com> Date: Wed, 5 May 2021 13:16:29 +0100 Subject: [PATCH] stinky double punctuation deletion Co-authored-by: dearmochi --- code/game/machinery/pipe/construction.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/machinery/pipe/construction.dm b/code/game/machinery/pipe/construction.dm index cbea83d439e..b631f4a57ff 100644 --- a/code/game/machinery/pipe/construction.dm +++ b/code/game/machinery/pipe/construction.dm @@ -342,7 +342,7 @@ if(pipe_type in list(PIPE_SUPPLY_STRAIGHT, PIPE_SUPPLY_BENT, PIPE_SCRUBBERS_STRAIGHT, PIPE_SCRUBBERS_BENT, PIPE_HE_STRAIGHT, PIPE_HE_BENT, PIPE_SUPPLY_MANIFOLD, PIPE_SCRUBBERS_MANIFOLD, PIPE_SUPPLY_MANIFOLD4W, PIPE_SCRUBBERS_MANIFOLD4W, PIPE_UVENT, PIPE_SUPPLY_CAP, PIPE_SCRUBBERS_CAP, PIPE_PASV_VENT, PIPE_DP_VENT, PIPE_PASSIVE_GATE)) if(T.transparent_floor) //stops jank with transparent floors and pipes - to_chat(user, "You can only fix simple pipes and devices over glass floors!.") + to_chat(user, "You can only fix simple pipes and devices over glass floors!") return 1 switch(pipe_type) //What kind of heartless person thought of doing this?