From 2c49644ba41f10e862e79e605fce757c76bceb75 Mon Sep 17 00:00:00 2001 From: GinjaNinja32 Date: Sat, 30 May 2015 11:55:47 +0100 Subject: [PATCH] Compile fix --- code/ATMOSPHERICS/pipes.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/ATMOSPHERICS/pipes.dm b/code/ATMOSPHERICS/pipes.dm index 448a926225..2ff6c78f94 100644 --- a/code/ATMOSPHERICS/pipes.dm +++ b/code/ATMOSPHERICS/pipes.dm @@ -94,7 +94,7 @@ user << "\The[user] unfastens \the [src].", \ + "\The [user] unfastens \the [src].", \ "You have unfastened \the [src].", \ "You hear a ratchet.") new /obj/item/pipe(loc, make_from=src)