Skip to content

Commit

Permalink
was
Browse files Browse the repository at this point in the history
  • Loading branch information
larentoun committed Jul 11, 2024
1 parent 77c0caa commit 8a2de81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/__HELPERS/roundend.dm
Original file line number Diff line number Diff line change
Expand Up @@ -686,7 +686,7 @@ GLOBAL_LIST_INIT(achievements_unlocked, list())
var/jobtext = ""
if(!is_unassigned_job(ply.assigned_role))
jobtext = ", <b>[job_title_ru(ply.assigned_role.title)],</b>"
var/text = "<b>[ply.key]</b> was <b>[ply.name]</b>[jobtext] and"
var/text = "<b>[ply.key]</b> был <b>[ply.name]</b>[jobtext] and"
if(ply.current)
if(ply.current.stat == DEAD)
text += " [span_redtext("died")]"
Expand Down

0 comments on commit 8a2de81

Please sign in to comment.