X-Git-Url: http://git.localhorst.tv/?p=blobs.git;a=blobdiff_plain;f=src%2Fcreature%2Fcreature.cpp;h=39b96b22cafda71e9cfdae849e5cb50234319ffa;hp=667dc1740bdfa4fa37227b5ba74396a61dc9de2b;hb=a51e14dee931d657e2517fda4adf86698283e57c;hpb=f764c5e628865648bb277b1081bc23d60de38d9d diff --git a/src/creature/creature.cpp b/src/creature/creature.cpp index 667dc17..39b96b2 100644 --- a/src/creature/creature.cpp +++ b/src/creature/creature.cpp @@ -437,7 +437,6 @@ void Creature::TickStats(double dt) { for (auto &s : stats.stat) { s.Add(s.gain * dt); } - stats.Breath().Add(stats.Breath().gain * stats.Exhaustion().value * dt); // TODO: damage values depending on properties if (stats.Breath().Full()) { constexpr double dps = 1.0 / 4.0;