[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:
committed by
Poojawa
parent
2d9f549af3
commit
60292af57f
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user