Skip to content

Commit

Permalink
proper config settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Drsmail committed Dec 18, 2024
1 parent 33c9481 commit 637e9e5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions config/example/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -1174,6 +1174,7 @@ tag = "mindflayer"
"Special Operations Officer",
"Solar Federation General",
]
possible_species = ["Machine"]
"restricted_species" = [
"Abductor",
"Diona",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
antag_role = ROLE_MIND_FLAYER
antag_special_role = SPECIAL_ROLE_MIND_FLAYER
antag_datum = /datum/antagonist/mindflayer
required_players = 10
required_players = 1
cost = 10
weight = 1
antag_cap = 1
Expand All @@ -115,6 +115,7 @@
"Special Operations Officer",
"Syndicate Officer",
"Solar Federation General")
possible_species = list("Machine")
restricted_species = list(
"Abductor",
"Diona",
Expand Down

0 comments on commit 637e9e5

Please sign in to comment.