mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-20 04:26:03 +01:00
Make Abductors a Light Midround Antagonist (#70324)
* Make abductors a light ruleset antag * Abductor Weight from 4 to 2
This commit is contained in:
@@ -663,7 +663,7 @@
|
||||
|
||||
/datum/dynamic_ruleset/midround/from_ghosts/abductors
|
||||
name = "Abductors"
|
||||
midround_ruleset_style = MIDROUND_RULESET_STYLE_HEAVY
|
||||
midround_ruleset_style = MIDROUND_RULESET_STYLE_LIGHT
|
||||
antag_datum = /datum/antagonist/abductor
|
||||
antag_flag = ROLE_ABDUCTOR
|
||||
enemy_roles = list(
|
||||
@@ -675,7 +675,7 @@
|
||||
required_enemies = list(2,2,1,1,1,1,1,0,0,0)
|
||||
required_candidates = 2
|
||||
required_applicants = 2
|
||||
weight = 4
|
||||
weight = 2
|
||||
cost = 7
|
||||
minimum_players = 25
|
||||
repeatable = TRUE
|
||||
|
||||
Reference in New Issue
Block a user