Experiments with alt inverse:
Equal probabilities for all items when temperature is equal to 100
This commit is contained in:
@ -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:
|
||||
|
||||
Reference in New Issue
Block a user