why did i not have revs as conversion

This commit is contained in:
Putnam
2019-12-17 16:09:40 -08:00
parent 04f82f3153
commit 5ef7d9cbf7
2 changed files with 2 additions and 2 deletions
@@ -95,7 +95,7 @@
requirements = list(101,101,70,40,40,40,40,40,40,40)
high_population_requirement = 40
flags = HIGHLANDER_RULESET
property_weights = list("trust" = -3, "chaos" = 5, "extended" = -5, "valid" = 2)
property_weights = list("trust" = -3, "chaos" = 5, "extended" = -5, "valid" = 2, "conversion" = 1)
var/required_heads_of_staff = 3
var/finished = FALSE
var/datum/team/revolution/revolution
@@ -378,7 +378,7 @@
flags = HIGHLANDER_RULESET
// I give up, just there should be enough heads with 35 players...
minimum_players = 35
property_weights = list("trust" = -3, "chaos" = 5, "extended" = -5, "valid" = 2)
property_weights = list("trust" = -3, "chaos" = 5, "extended" = -5, "valid" = 2, "conversion" = 1)
var/datum/team/revolution/revolution
var/finished = FALSE