Skip to content

Commit

Permalink
[MIRROR] adjust spawn targets for merc, raider, traitor
Browse files Browse the repository at this point in the history
  • Loading branch information
MuckerMayhem authored and SierraHelper committed Aug 28, 2024
1 parent b44d029 commit 6b44198
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion code/game/antagonist/outsider/mercenary.dm
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ GLOBAL_DATUM_INIT(mercs, /datum/antagonist/mercenary, new)
hard_cap = 4
hard_cap_round = 8
initial_spawn_req = 3
initial_spawn_target = 5
initial_spawn_target = 3
min_player_age = 14

faction = "mercenary"
Expand Down
2 changes: 1 addition & 1 deletion code/game/antagonist/outsider/raider.dm
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ GLOBAL_DATUM_INIT(raiders, /datum/antagonist/raider, new)
hard_cap = 6
hard_cap_round = 10
initial_spawn_req = 3
initial_spawn_target = 4
initial_spawn_target = 3
min_player_age = 14

id_type = /obj/item/card/id/syndicate
Expand Down
1 change: 1 addition & 0 deletions code/game/antagonist/station/traitor.dm
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ GLOBAL_DATUM_INIT(traitors, /datum/antagonist/traitor, new)
antaghud_indicator = "hud_traitor"
blacklisted_jobs = list(/datum/job/ai, /datum/job/submap)
restricted_jobs = list(/datum/job/captain, /datum/job/lawyer, /datum/job/hos)
initial_spawn_target = 1
flags = ANTAG_SUSPICIOUS | ANTAG_RANDSPAWN | ANTAG_VOTABLE
skill_setter = /datum/antag_skill_setter/station

Expand Down

0 comments on commit 6b44198

Please sign in to comment.