Skip to content

Commit

Permalink
Adding recent jobs as contract targets (#3775)
Browse files Browse the repository at this point in the history
* Update kidnapping.dm

* Update kidnapping.dm

* not accurate
  • Loading branch information
Gw0sty authored Oct 15, 2024
1 parent 084d854 commit 19901c0
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,8 @@
/datum/job/detective,
/datum/job/security_officer,
/datum/job/warden,
// Monkestation edit: brig docs
/datum/job/brig_physician,
)
alive_bonus = 5

Expand All @@ -100,6 +102,8 @@
target_jobs = list(
/datum/job/captain,
/datum/job/head_of_security,
// Monkestation edit: Blueshields
/datum/job/blueshield,
)
alive_bonus = 6

Expand Down

0 comments on commit 19901c0

Please sign in to comment.