Skip to content

Commit

Permalink
Creates Job_Dropship_Roles
Browse files Browse the repository at this point in the history
  • Loading branch information
HumiliatedGoblin committed Sep 24, 2023
1 parent 0068ab0 commit 23cfc00
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions code/game/jobs/job/command/command.dm
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,11 @@

/datum/timelock/human/get_role_requirement(client/C)
return time_required - C.get_total_human_playtime()

/datum/timelock/dropship
name = "Dropship Roles"

/datum/timelock/dropship/New(name, time_required, list/roles)
. = ..()
src.roles = JOB_DROPSHIP_ROLES_LIST

0 comments on commit 23cfc00

Please sign in to comment.