Merge pull request #14375 from Putnam3145/repeated-mode-adjust-buff

Allows repeated mode adjust to be >100 total
This commit is contained in:
silicons
2021-03-09 00:20:29 -07:00
committed by GitHub
2 changed files with 3 additions and 2 deletions
@@ -106,6 +106,7 @@
for(var/i in 1 to 3)
if(config_tag in saved_dynamic_rules[i])
weight_mult -= (repeated_mode_adjust[i]/100)
weight_mult = max(0,weight_mult)
if(config_tag in costs)
cost = costs[config_tag]
if(config_tag in requirementses)