Skip to content

Commit

Permalink
updates marine thingy
Browse files Browse the repository at this point in the history
  • Loading branch information
HumiliatedGoblin committed Feb 20, 2024
1 parent 3fce5f5 commit 2e28775
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions code/game/jobs/job/marine/marine.dm
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,10 @@
/datum/timelock/squad/New(name, time_required, list/roles)
. = ..()
src.roles = JOB_SQUAD_ROLES_LIST

/datum/timelock/leaders
name = "Leaders"

/datum/timelock/leaders/New(name, time_required, list/roles)
. = ..()
src.roles = JOB_SQUAD_LEADERS_LIST

0 comments on commit 2e28775

Please sign in to comment.