Experiments with alt inverse:

Equal probabilities for all items when temperature is equal to 100
This commit is contained in:
LSaldyt
2017-10-09 12:20:33 -06:00
parent 3bf417e38a
commit 27a55668be
3 changed files with 12 additions and 16 deletions

View File

@ -155,7 +155,6 @@ def breaker(ctx, codelet):
for structure in breakObjects:
breakProbability = temperature.getAdjustedProbability(
structure.totalStrength / 100.0)
#breakProbability = structure.totalStrength / 100.0
if random.coinFlip(breakProbability):
return
for structure in breakObjects: