Skip to content

Commit

Permalink
Prisoner now need hours (#3309)
Browse files Browse the repository at this point in the history
  • Loading branch information
ThePooba authored Sep 10, 2024
1 parent b8aa878 commit 3f0d195
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions code/modules/jobs/job_types/prisoner.dm
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
spawn_positions = 5
supervisors = "the security team"
exp_granted_type = EXP_TYPE_CREW
exp_requirements = 300
exp_required_type = EXP_TYPE_CREW
exp_required_type_department = EXP_TYPE_SECURITY
exp_granted_type = EXP_TYPE_CREW
paycheck = PAYCHECK_LOWER
config_tag = "PRISONER"

Expand Down

0 comments on commit 3f0d195

Please sign in to comment.