Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Field Doctor translate #157

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions code/__DEFINES/bandamarines/ru_jobs.dm
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
#define JOB_CMO_RU "Главрач"
#define JOB_DOCTOR_RU "Доктор"
#define JOB_SURGEON_RU "Хирург"
#define JOB_FIELD_DOCTOR_RU "Полевой врач"

#define JOB_NURSE_RU "Медработник"
#define JOB_NURSE_RU_MALE "Медбрат"
Expand Down
1 change: 1 addition & 0 deletions modular/translations/_translations.dme
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
#include "code/job/civilians/other/survivors.dm"
#include "code/job/civilians/support/cmo.dm"
#include "code/job/civilians/support/doctor.dm"
#include "code/job/civilians/support/field_doctor.dm"
#include "code/job/civilians/support/nurse.dm"
#include "code/job/civilians/support/researcher.dm"
#include "code/job/civilians/support/synthetic.dm"
Expand Down
5 changes: 5 additions & 0 deletions modular/translations/code/gear_presets/uscm_medical.dm
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@
//name = "USCM Surgeon"
assignment = JOB_SURGEON_RU

/datum/equipment_preset/uscm_ship/uscm_medical/field_doctor
// name = "USCM Field Doctor"
assignment = JOB_FIELD_DOCTOR_RU
role_comm_title = "Пол. Врач"

/datum/equipment_preset/uscm_ship/uscm_medical/nurse
//name = "USCM Nurse"
assignment = JOB_NURSE_RU
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
// Field Doctor
/datum/job/civilian/field_doctor
disp_title = JOB_FIELD_DOCTOR_RU
supervisors = "главным врачом"
entry_message_body = "Вы <a href='"+WIKI_PLACEHOLDER+"'>полевой врач</a> , которому поручено поддерживать морских пехотинцев в полевых условиях, обычно в виде хирургических операций. Вы должны оставаться в медицинском отсеке на борту «Алмаера», если там нет других врачей, и пока не будет обеспечена безопасность ФОБ. Ваше начальство также может задержать ваше отправление в поле."