Skip to content

Commit

Permalink
Убрал светошу из чёрного списка ролей
Browse files Browse the repository at this point in the history
  • Loading branch information
Drsmail committed Dec 19, 2024
1 parent 4949f47 commit ebda198
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion config/example/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -1158,7 +1158,7 @@ tag = "mindflayer"
"weight" = 1
"antag_cap" = 1
"candidates_required" = 1
"restricted_roles" = ["Cyborg", "AI", "Chaplain"]
"restricted_roles" = ["Cyborg", "AI"]
"protected_roles" = [
"Security Cadet",
"Security Officer",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
weight = 1
antag_cap = 1
candidates_required = 1
restricted_roles = list("Cyborg", "AI", "Chaplain")
restricted_roles = list("Cyborg", "AI")
protected_roles = list(
"Security Cadet",
"Security Officer",
Expand All @@ -117,7 +117,6 @@
"Solar Federation General")
possible_species = list("Machine")


/datum/antag_scenario/team/blood_brothers
name = "Blood Brothers"
config_tag = "blood_brothers"
Expand Down

0 comments on commit ebda198

Please sign in to comment.