mirror of
https://github.com/yogstation13/Yogstation.git
synced 2025-02-26 09:04:50 +00:00
Increase wizard playercount from 27 to 34 so its not syndicate station 2 (the second one) (#17609)
* Increase wizard playercount from 27 to 37 so its not syndicate station 2 (the second one) * Update wizard.dm * Update dynamic_rulesets_roundstart.dm
This commit is contained in:
@@ -191,7 +191,7 @@
|
|||||||
cost = 20
|
cost = 20
|
||||||
requirements = list(90,90,90,80,60,40,30,20,10,10)
|
requirements = list(90,90,90,80,60,40,30,20,10,10)
|
||||||
var/list/roundstart_wizards = list()
|
var/list/roundstart_wizards = list()
|
||||||
minimum_players = 27
|
minimum_players = 34
|
||||||
|
|
||||||
/datum/dynamic_ruleset/roundstart/wizard/acceptable(population=0, threat=0)
|
/datum/dynamic_ruleset/roundstart/wizard/acceptable(population=0, threat=0)
|
||||||
if(GLOB.wizardstart.len == 0)
|
if(GLOB.wizardstart.len == 0)
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
report_type = "wizard"
|
report_type = "wizard"
|
||||||
antag_flag = ROLE_WIZARD
|
antag_flag = ROLE_WIZARD
|
||||||
false_report_weight = 10
|
false_report_weight = 10
|
||||||
required_players = 27
|
required_players = 34
|
||||||
required_enemies = 1
|
required_enemies = 1
|
||||||
recommended_enemies = 1
|
recommended_enemies = 1
|
||||||
enemy_minimum_age = 14
|
enemy_minimum_age = 14
|
||||||
|
|||||||
Reference in New Issue
Block a user