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