diff --git a/code/game/machinery/_machinery.dm b/code/game/machinery/_machinery.dm index 7793ae9dd33c..271aabacc968 100644 --- a/code/game/machinery/_machinery.dm +++ b/code/game/machinery/_machinery.dm @@ -513,7 +513,7 @@ Class Procs: if(panel_open && I.tool_behaviour == TOOL_WRENCH) I.play_tool_sound(src, 50) setDir(turn(dir,-90)) - to_chat(user, span_notice("You rotate [src] facing [dir].")) + to_chat(user, span_notice("You rotate [src] facing [dir2text(dir)].")) return TRUE return FALSE