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:
Theos
2023-02-11 11:19:10 -05:00
committed by GitHub
parent d1ec159cf3
commit a5660a07e6
2 changed files with 2 additions and 2 deletions

View File

@@ -191,7 +191,7 @@
cost = 20
requirements = list(90,90,90,80,60,40,30,20,10,10)
var/list/roundstart_wizards = list()
minimum_players = 27
minimum_players = 34
/datum/dynamic_ruleset/roundstart/wizard/acceptable(population=0, threat=0)
if(GLOB.wizardstart.len == 0)

View File

@@ -8,7 +8,7 @@
report_type = "wizard"
antag_flag = ROLE_WIZARD
false_report_weight = 10
required_players = 27
required_players = 34
required_enemies = 1
recommended_enemies = 1
enemy_minimum_age = 14