Skip to content

Commit

Permalink
co
Browse files Browse the repository at this point in the history
  • Loading branch information
warface1234455 committed Dec 8, 2024
1 parent de27197 commit 422661c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/machinery/_machinery.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 422661c

Please sign in to comment.