Skip to content

Commit

Permalink
Update origin_synthetic.dm (#4806)
Browse files Browse the repository at this point in the history
Removes restrictions on synthetic backgrounds for outsiders. We allow synths to be outsiders....but don't bother to let them actually have their background options? Weird.
  • Loading branch information
cdb-is-not-good authored Oct 24, 2023
1 parent a16bdc8 commit c93535b
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions code/datums/setup_option/backgrounds/origin_synthetic.dm
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

restricted_to_species = list(FORM_SOTSYNTH)
racial_implants = (/obj/item/organ_module/active/simple/surgical)
restricted_jobs = list(/datum/job/outsider)
//restricted_jobs = list(/datum/job/outsider)

stat_modifiers = list(
STAT_ROB = 0,
Expand All @@ -26,7 +26,7 @@

restricted_to_species = list(FORM_SOTSYNTH)
racial_implants = (/obj/item/organ_module/active/simple/engineer)
restricted_jobs = list(/datum/job/outsider)
//restricted_jobs = list(/datum/job/outsider)

stat_modifiers = list(
STAT_ROB = 0,
Expand All @@ -46,7 +46,7 @@

restricted_to_species = list(FORM_SOTSYNTH)
racial_implants = (/obj/item/organ_module/active/simple/armblade/energy_blade)
restricted_jobs = list(/datum/job/outsider)
//restricted_jobs = list(/datum/job/outsider)

stat_modifiers = list(
STAT_ROB = 20,
Expand All @@ -66,7 +66,7 @@

restricted_to_species = list(FORM_AGSYNTH)
racial_implants = (/obj/item/organ_module/active/simple/engineer)
restricted_jobs = list(/datum/job/outsider)
//restricted_jobs = list(/datum/job/outsider)

stat_modifiers = list(
STAT_ROB = 0,
Expand All @@ -86,7 +86,7 @@

restricted_to_species = list(FORM_AGSYNTH)
racial_implants = (/obj/item/organ_module/active/simple/engineer)
restricted_jobs = list(/datum/job/outsider)
//restricted_jobs = list(/datum/job/outsider)

stat_modifiers = list(
STAT_ROB = 10,
Expand All @@ -106,7 +106,7 @@

restricted_to_species = list(FORM_AGSYNTH)
racial_implants = (/obj/item/organ_module/active/multitool/miner)
restricted_jobs = list(/datum/job/outsider)
//restricted_jobs = list(/datum/job/outsider)

//Idea for this is that you were made with being a miner, thus giving you everything you need as one
//The main boon being you get a bit of evey skill you /need/ to mine out faster and maintain tools / set up the big drills.
Expand All @@ -129,7 +129,7 @@

restricted_to_species = list(FORM_BSSYNTH)
racial_implants = (/obj/item/organ_module/active/simple/taser/blackshield)
restricted_jobs = list(/datum/job/outsider)
//restricted_jobs = list(/datum/job/outsider)

stat_modifiers = list(
STAT_ROB = 20,
Expand All @@ -149,7 +149,7 @@
restricted_to_species = list(FORM_BSSYNTH)
racial_implants = (/obj/item/organ_module/active/simple/armblade/bs_tomahawk)
racial_implants_l = (/obj/item/organ_module/active/simple/armshield)
restricted_jobs = list(/datum/job/outsider)
//restricted_jobs = list(/datum/job/outsider)

stat_modifiers = list(
STAT_ROB = 30,
Expand All @@ -168,7 +168,7 @@

restricted_to_species = list(FORM_BSSYNTH)
racial_implants = (/obj/item/organ_module/active/simple/armsmg/blackshield)
restricted_jobs = list(/datum/job/outsider)
//restricted_jobs = list(/datum/job/outsider)

stat_modifiers = list(
STAT_ROB = 10,
Expand All @@ -187,7 +187,7 @@

restricted_to_species = list(FORM_CHURCHSYNTH)
racial_implants = (/obj/item/organ_module/active/multitool/farmer)
restricted_jobs = list(/datum/job/outsider)
//restricted_jobs = list(/datum/job/outsider)

stat_modifiers = list(
STAT_ROB = 0,
Expand All @@ -206,7 +206,7 @@

restricted_to_species = list(FORM_CHURCHSYNTH)
racial_implants = (/obj/item/organ_module/active/simple/armblade/longsword)
restricted_jobs = list(/datum/job/outsider)
//restricted_jobs = list(/datum/job/outsider)

//Compared to the soteria combat model and blackshield synths you get 20 armor across the body vs. 30/35 respectively, so what you lack in natural defense is made up in offense. -Kaz
stat_modifiers = list(
Expand All @@ -227,7 +227,7 @@
restricted_to_species = list(FORM_CHURCHSYNTH)
racial_implants = (/obj/item/organ_module/active/simple/bible)
racial_implants_l = (/obj/item/organ_module/active/simple/armblade/ritual)
restricted_jobs = list(/datum/job/outsider)
//restricted_jobs = list(/datum/job/outsider)

stat_modifiers = list(
STAT_ROB = 10,
Expand Down

0 comments on commit c93535b

Please sign in to comment.