Skip to content

Commit

Permalink
Merge branch 'master' into translate
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Sep 17, 2024
2 parents 964c493 + 36e7f27 commit f5395cf
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions modular_ss220/antagonists/_antagonists.dm
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@
author = "Gaxeer, dj-34, PhantomRU"

/datum/modpack/antagonists/initialize()
GLOB.role_playtime_requirements |= list(
ROLE_BLOOD_BROTHER = 20,
ROLE_VOX_RAIDER = 20
)
GLOB.special_role_times |= list(
ROLE_BLOOD_BROTHER = 21,
ROLE_VOX_RAIDER = 21
)

GLOB.huds += new/datum/atom_hud/antag/hidden()
GLOB.special_roles |= ROLE_BLOOD_BROTHER

Expand Down

0 comments on commit f5395cf

Please sign in to comment.