Astral Sorcery

Astral Sorcery

63M Downloads

The Increased Fertility perk doesn't breed animals

Mike-RaWare opened this issue ยท 1 comments

commented

This seems to be because getGrowingAge(), used in the following line, never returns an integer more than 0.

if(animal.getGrowingAge() > 0 && rand.nextInt(chanceToBreed) == 0) {

commented

my bad, should be >=

fixed next version