Skip to content

Commit

Permalink
bugfix: Fixed bluespace scanner spelling mistake (#6083)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladisvell authored Oct 27, 2024
1 parent c8a3bef commit 1acd6fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/modules/station_goals/brs/brs_stationary_scanner.dm
Original file line number Diff line number Diff line change
Expand Up @@ -205,8 +205,8 @@

// It's a large machine, add a delay
user.visible_message(
"[user] начина[pluralize_ru(user.gender, "ет", "ют")] [panel_open ? "От" : "За"]кручивать панель [src].",
"Вы начинаете [panel_open ? "От" : "За"]кручивать панель [src]."
"[user] начина[pluralize_ru(user.gender, "ет", "ют")] [panel_open ? "за" : "от"]кручивать панель [src].",
"Вы начинаете [panel_open ? "за" : "от"]кручивать панель [src]."
)
if(!I.use_tool(src, user, 3 SECONDS, volume = I.tool_volume))
return
Expand Down

0 comments on commit 1acd6fd

Please sign in to comment.