From f85f295f09e06e9a645b5238e0a4dec61374880f Mon Sep 17 00:00:00 2001 From: Fox-McCloud Date: Thu, 26 Jan 2017 08:15:42 -0500 Subject: [PATCH] spacingggg --- code/modules/clothing/gloves/miscellaneous.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/clothing/gloves/miscellaneous.dm b/code/modules/clothing/gloves/miscellaneous.dm index a5b3a4cf121..aefb7188f5c 100644 --- a/code/modules/clothing/gloves/miscellaneous.dm +++ b/code/modules/clothing/gloves/miscellaneous.dm @@ -123,7 +123,7 @@ else if(iswirecutter(W)) if(cell) - to_chat(user, "You cut [cell] away from [src].") + to_chat(user, "You cut [cell] away from [src].") cell.forceMove(get_turf(loc)) cell = null update_icon() \ No newline at end of file