Skip to content

Commit

Permalink
avetrvetwocolonist
Browse files Browse the repository at this point in the history
  • Loading branch information
OliOliOnsiPree committed Feb 28, 2024
1 parent e9f4a5d commit 894bbfc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions code/game/jobs/job/offcolony.dm
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
difficulty = "Hard."
selection_color = "#9b633e"
account_allowed = 0
create_record = 0
create_record = 1
wage = WAGE_NONE
outfit_type = /decl/hierarchy/outfit/job/off_colony/hunt_master
health_modifier = 15
Expand Down Expand Up @@ -52,7 +52,7 @@
supervisors = "the hunt master"
selection_color = "#9b633e"
account_allowed = 0
create_record = 0
create_record = 1
wage = WAGE_NONE
outfit_type = /decl/hierarchy/outfit/job/off_colony/hunter
health_modifier = 10
Expand Down Expand Up @@ -94,7 +94,7 @@
supervisors = "the hunt master"
selection_color = "#9b633e"
account_allowed = 0
create_record = 0
create_record = 1
wage = WAGE_NONE
outfit_type = /decl/hierarchy/outfit/job/off_colony/herbalist
health_modifier = 5
Expand Down

0 comments on commit 894bbfc

Please sign in to comment.