X-Git-Url: http://git.localhorst.tv/?p=blobs.git;a=blobdiff_plain;f=src%2Fcreature%2Fgoal.cpp;h=77a0dece1a261b55cdf9318529ea6682d947accf;hp=9c45a344f22a1fe9b1f55498d8e7caa5d00ec09b;hb=f6c8a486a771e876a16906f482017df5e4701255;hpb=b9af958c3f80a966bd31c622a45d0f3375bf2c3a diff --git a/src/creature/goal.cpp b/src/creature/goal.cpp index 9c45a34..77a0dec 100644 --- a/src/creature/goal.cpp +++ b/src/creature/goal.cpp @@ -92,8 +92,7 @@ void IdleGoal::Action() { double rand = Assets().random.UNorm(); if (fert > rand) { std::cout << "[" << int(GetCreature().GetSimulation().Time()) - << "s] splitting " << GetCreature().Name() - << " because " << fert << " > " << rand << std::endl; + << "s] " << GetCreature().Name() << " split" << std::endl; Split(GetCreature()); } }