Skip to content

Commit

Permalink
Whoops
Browse files Browse the repository at this point in the history
  • Loading branch information
OliOliOnsiPree committed Feb 29, 2024
1 parent 894bbfc commit b864f11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/datums/setup_option/core_implants.dm
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
/datum/job/ai
) // The way to restrict this to one job could be done cleaner but this way easier so fuck it. -Kaz
allow_modifications = FALSE
restricted_depts = SECURITY | PROSPECTORS | ENGINEERING | SCIENCE | CHURCH | INDEPENDENT | CIVILIAN | LSS
restricted_depts = SECURITY | PROSPECTORS | ENGINEERING | SCIENCE | CHURCH | INDEPENDENT | CIVILIAN | LSS | LODGE
restricted_to_species = list(FORM_HUMAN, FORM_EXALT_HUMAN, FORM_SABLEKYNE, FORM_KRIOSAN, FORM_AKULA, FORM_MARQUA, FORM_NARAMAD, FORM_CINDAR, FORM_MYCUS, FORM_FOLKEN, FORM_CHTMANT)

/datum/category_item/setup_option/core_implant/nanogate
Expand Down Expand Up @@ -85,7 +85,7 @@
)
allow_modifications = TRUE
restricted_to_species = list(FORM_HUMAN, FORM_EXALT_HUMAN, FORM_SABLEKYNE, FORM_KRIOSAN, FORM_AKULA, FORM_MARQUA, FORM_NARAMAD, FORM_CINDAR, FORM_AGSYNTH)
restricted_depts = SECURITY | PROSPECTORS | MEDICAL | SCIENCE | CHURCH | INDEPENDENT | CIVILIAN | LSS
restricted_depts = SECURITY | PROSPECTORS | MEDICAL | SCIENCE | CHURCH | INDEPENDENT | CIVILIAN | LSS | LODGE

/datum/category_item/setup_option/core_implant/opifex_nanogate
name = "Opifex Nanogate"
Expand Down

0 comments on commit b864f11

Please sign in to comment.