Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.

Commit 422661c

Browse files
co
1 parent de27197 commit 422661c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code/game/machinery/_machinery.dm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -513,7 +513,7 @@ Class Procs:
513513
if(panel_open && I.tool_behaviour == TOOL_WRENCH)
514514
I.play_tool_sound(src, 50)
515515
setDir(turn(dir,-90))
516-
to_chat(user, span_notice("You rotate [src] facing [dir]."))
516+
to_chat(user, span_notice("You rotate [src] facing [dir2text(dir)]."))
517517
return TRUE
518518
return FALSE
519519

0 commit comments

Comments
 (0)