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

fix doctor skillset #8

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from
Open
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 mods/persistence/modules/chargen/defines/roles.dm
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@
name = "Frontier Surgeon"
desc = "You have a capable hand at surgery and medicine plus basic experience in Chemistry and EVA operation. As a Frontier Surgeon you will fight to keep your patients alive and clone those who cant be saved."
skills = list(
SKILL_ANATOMY = 2,
SKILL_MEDICINE = 2,
SKILL_ANATOMY = 3,
SKILL_MEDICAL = 3,
SKILL_CHEMISTRY = 1,
SKILL_EVA = 1
)
Expand Down Expand Up @@ -359,4 +359,4 @@
remaining_points_offset = 0
text_book_type = /obj/item/book/skill/medical/medicine/expert

*/
*/