Skip to content

Commit

Permalink
review
Browse files Browse the repository at this point in the history
  • Loading branch information
larentoun committed Jul 11, 2024
1 parent 2c91ca7 commit a6998f5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions code/__DEFINES/bandastation/ru_jobs.dm
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ GLOBAL_LIST_INIT(job_titles_ru, list(

// Use it ONLY for display!!
/proc/job_title_ru(title)
if(GLOB.job_titles_ru[title])
return GLOB.job_titles_ru[title]
var/job_ru_title = GLOB.job_titles_ru[title]
if(job_ru_title)
return job_ru_title
return title

0 comments on commit a6998f5

Please sign in to comment.