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

New scientist`s job names #64

Closed
wants to merge 2 commits into from
Closed
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
6 changes: 3 additions & 3 deletions code/game/jobs/job/research.dm
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
spawn_positions = 10
supervisors = "the Senior Researchers and Research Director"
economic_power = 4
alt_titles = list("Junior Xenobiologist", "Junior Xenoarcheologist", "Junior Xenobotanist", "Assistant Researcher", "Research Assistant", "Research Intern", "Junior Researcher")
alt_titles = list("Junior Biologist", "Junior Xenoarcheologist", "Junior Botanist", "Assistant Researcher", "Research Assistant", "Research Intern", "Junior Researcher")
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ну что же, уважаемый, начнем по порядку. Ваш код не соответствует минимальным требованиям модульности

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Для начала прочитайте README.md в папке mod_celadon

ideal_character_age = 20
outfit_type = /decl/hierarchy/outfit/job/science/juniorscientist
class = CLASS_C
Expand Down Expand Up @@ -82,7 +82,7 @@
supervisors = "the Senior Researchers and Research Director"
economic_power = 4
requirements = list(EXP_TYPE_SCIENCE = 60)
alt_titles = list("Xenobiologist", "Xenoarcheologist", "Xenobotanist", "Junior Mentalist")
alt_titles = list("Biologist", "Xenoarcheologist", "Botanist", "Junior Mentalist", "Chemist", "Physicist", "Psychologist", "Memetologist", "Geneticist", "Zoologist", "Microbiologist")
minimal_player_age = 3
ideal_character_age = 24
outfit_type = /decl/hierarchy/outfit/job/science/scientist
Expand Down Expand Up @@ -164,7 +164,7 @@
supervisors = "the Research Director"
economic_power = 4
requirements = list(EXP_TYPE_SCIENCE = 480)
alt_titles = list("Senior Xenobiologist", "Senior Xenoarcheologist", "Senior Xenobotanist", "Mentalist")
alt_titles = list("Senior Biologist", "Senior Xenoarcheologist", "Senior Botanist", "Mentalist", "Senior Memetologist", "Senior Physicist", "Senior Psychologist"
minimal_player_age = 7
ideal_character_age = 30
outfit_type = /decl/hierarchy/outfit/job/science/seniorscientist
Expand Down
Loading