Skip to content

Commit

Permalink
Feat: add 5h exp requirement for Botanist job
Browse files Browse the repository at this point in the history
  • Loading branch information
Bizzonium committed Jul 18, 2022
1 parent 24aac6e commit ac65723
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions code/game/jobs/job/support.dm
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,8 @@
access = list(ACCESS_HYDROPONICS, ACCESS_BAR, ACCESS_KITCHEN, ACCESS_MORGUE)
minimal_access = list(ACCESS_HYDROPONICS, ACCESS_MORGUE, ACCESS_MAINT_TUNNELS)
alt_titles = list("Hydroponicist", "Botanical Researcher")
exp_requirements = 300
exp_type = EXP_TYPE_CREW
outfit = /datum/outfit/job/hydro

/datum/outfit/job/hydro
Expand Down

0 comments on commit ac65723

Please sign in to comment.