i believe they call this a "weh"

This commit is contained in:
Putnam
2019-12-21 08:36:00 -08:00
parent d575b20e77
commit 32ec9d6f50
@@ -54,7 +54,7 @@ Property weights are:
if(property in rule.property_weights)
property_weight += rule.property_weights[property] * property_weights[property]
drafted_rules[rule] = rule.get_weight() + property_weight
else if(threat < rule.cost)
else if(mode.threat < rule.cost)
SSblackbox.record_feedback("tally","dynamic",1,"Times rulesets rejected due to not enough threat to spend")
return drafted_rules
@@ -78,7 +78,7 @@ Property weights are:
if(property in rule.property_weights)
property_weight += rule.property_weights[property] * property_weights[property]
drafted_rules[rule] = rule.get_weight() + property_weight
else if(threat < rule.cost)
else if(mode.threat < rule.cost)
SSblackbox.record_feedback("tally","dynamic",1,"Times rulesets rejected due to not enough threat to spend")
return drafted_rules
@@ -92,7 +92,7 @@ Property weights are:
if(property in rule.property_weights)
property_weight += rule.property_weights[property] * property_weights[property]
drafted_rules[rule] = rule.get_weight() + property_weight
else if(threat < rule.cost)
else if(mode.threat < rule.cost)
SSblackbox.record_feedback("tally","dynamic",1,"Times rulesets rejected due to not enough threat to spend")
return drafted_rules