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

adds 3 borg slots to the game because the scientists called my posibrain stinky #2573

Merged
merged 5 commits into from
Jul 21, 2024
Merged
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/modules/jobs/job_types/cyborg.dm
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
description = "Assist the crew, follow your laws, obey your AI."
auto_deadmin_role_flags = DEADMIN_POSITION_SILICON
faction = FACTION_STATION
total_positions = 0
spawn_positions = 1
total_positions = 3 //Monkestation edit - makes cyborgs joinable in join menu
spawn_positions = 3 //Monkestation edit - makes cyborgs joinable in join menu
supervisors = "your laws and the AI" //Nodrak
spawn_type = /mob/living/silicon/robot
minimal_player_age = 21
exp_requirements = 120
exp_requirements = 300
exp_required_type = EXP_TYPE_CREW
exp_granted_type = EXP_TYPE_CREW
config_tag = "CYBORG"
Expand Down
Loading