Some adjustments

This commit is contained in:
keronshb
2021-10-28 23:44:02 -04:00
parent ccb65156ac
commit 02eb4685a9
3 changed files with 4 additions and 4 deletions
@@ -159,5 +159,5 @@
required_candidates = 1 required_candidates = 1
weight = 4 weight = 4
cost = 10 cost = 10
requirements = list(101,101,80,50,40,20,20,15,10,10) requirements = list(101,101,101,50,40,20,20,15,10,10)
repeatable = TRUE repeatable = TRUE
@@ -308,7 +308,7 @@
required_candidates = 1 required_candidates = 1
weight = 2 weight = 2
cost = 20 cost = 20
requirements = list(101,101,80,60,40,20,20,20,10,10) requirements = list(101,101,90,60,40,20,20,20,10,10)
repeatable = TRUE repeatable = TRUE
var/datum/mind/wizard var/datum/mind/wizard
@@ -138,7 +138,7 @@
weight = 3 weight = 3
cost = 15 cost = 15
scaling_cost = 9 scaling_cost = 9
requirements = list(101,101,80,50,40,20,20,15,10,10)//higher because of 'round end' requirements = list(101,101,101,50,40,20,20,15,10,10)//higher because of 'round end'
antag_cap = list("denominator" = 24) antag_cap = list("denominator" = 24)
@@ -179,7 +179,7 @@
required_candidates = 1 required_candidates = 1
weight = 3 weight = 3
cost = 20 cost = 20
requirements = list(101,101,80,60,40,20,20,20,10,10)//100 because of configt, otherwise equal to nukies requirements = list(101,101,90,60,40,20,20,20,10,10)//100 because of configt, otherwise equal to nukies
var/list/roundstart_wizards = list() var/list/roundstart_wizards = list()
/datum/dynamic_ruleset/roundstart/wizard/acceptable(population=0, threat=0) /datum/dynamic_ruleset/roundstart/wizard/acceptable(population=0, threat=0)