Skip to content

Commit

Permalink
remove timelock code
Browse files Browse the repository at this point in the history
  • Loading branch information
QuickLode committed Sep 28, 2023
1 parent 3ef9e30 commit d1bdec3
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions code/game/jobs/job/special/cmb.dm
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,6 @@
/datum/job/special/cmb/marshal
title = JOB_CMB_TL

AddTimelock(/datum/job/special/cmb/marshal, list(
JOB_SQUAD_LEADER = 5 HOURS,
))


// CMB Investigative Synthetic
/datum/job/special/cmb/synthetic
title = JOB_CMB_SYN
Expand All @@ -19,10 +14,6 @@ AddTimelock(/datum/job/special/cmb/marshal, list(
/datum/job/special/cmb/icc_liaison
title = JOB_CMB_ICC

AddTimelock(/datum/job/special/cmb/icc_liaison, list(
JOB_CORPORATE_LIAISON = 1 HOURS,
))

// Interstellar Human Rights Observer
/datum/job/special/cmb/observer
title = JOB_CMB_OBS

0 comments on commit d1bdec3

Please sign in to comment.