Skip to content

Commit

Permalink
Security Assistants are counted as enemies (#1937)
Browse files Browse the repository at this point in the history
  • Loading branch information
Uristthedorf authored May 20, 2024
1 parent a96b407 commit 116c73a
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
JOB_DETECTIVE,
JOB_HEAD_OF_SECURITY,
JOB_SECURITY_OFFICER,
JOB_SECURITY_ASSISTANT,
JOB_WARDEN,
JOB_CHAPLAIN,
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@
JOB_HEAD_OF_SECURITY,
JOB_DETECTIVE,
JOB_WARDEN,
JOB_SECURITY_OFFICER
JOB_SECURITY_OFFICER,
JOB_SECURITY_ASSISTANT,
)
required_enemies = 1
// BBs should be less common/abundant than normal traitors, albeit not overly so.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
JOB_DETECTIVE,
JOB_HEAD_OF_SECURITY,
JOB_SECURITY_OFFICER,
JOB_SECURITY_ASSISTANT,
JOB_WARDEN,
JOB_CHAPLAIN,
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
JOB_DETECTIVE,
JOB_HEAD_OF_SECURITY,
JOB_SECURITY_OFFICER,
JOB_SECURITY_ASSISTANT,
JOB_WARDEN,
)
required_enemies = 5
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
JOB_SCIENTIST,
JOB_ROBOTICIST,
JOB_SECURITY_OFFICER,
JOB_SECURITY_ASSISTANT,
JOB_WARDEN,
)
maximum_antags = 1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
JOB_DETECTIVE,
JOB_HEAD_OF_SECURITY,
JOB_SECURITY_OFFICER,
JOB_SECURITY_ASSISTANT,
JOB_WARDEN,
)
required_enemies = 5
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
JOB_DETECTIVE,
JOB_HEAD_OF_SECURITY,
JOB_SECURITY_OFFICER,
JOB_SECURITY_ASSISTANT,
JOB_WARDEN,
)
required_enemies = 6
Expand Down

0 comments on commit 116c73a

Please sign in to comment.