[MIRROR] Disentangles Command Reports from Metagame (#5294)

* Disentangles Command Reports from Metagame (#35192)

* False report fix

* Less Accurate Command Report

* Disentangles Command Reports from Metagame
This commit is contained in:
CitadelStationBot
2018-02-04 23:11:32 -06:00
committed by Poojawa
parent 2d9f549af3
commit 60292af57f
2 changed files with 7 additions and 3 deletions
@@ -187,7 +187,7 @@
mode_names[M.config_tag] = M.name
probabilities[M.config_tag] = M.probability
mode_reports[M.config_tag] = M.generate_report()
if(M.probability)
if(probabilities[M.config_tag]>0)
mode_false_report_weight[M.config_tag] = M.false_report_weight
else
mode_false_report_weight[M.config_tag] = 1