This commit is contained in:
LSaldyt
2017-10-09 11:06:16 -06:00
parent 874683bf18
commit 3bf417e38a
2 changed files with 3 additions and 2 deletions

View File

@ -155,6 +155,7 @@ 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: