set init baka timer fastmode to a safer float.
This commit is contained in:
@@ -1891,7 +1891,7 @@ MTGCardInstance * AIPlayerBaka::activateCombo()
|
|||||||
void AIPlayerBaka::initTimer()
|
void AIPlayerBaka::initTimer()
|
||||||
{
|
{
|
||||||
if (mFastTimerMode)
|
if (mFastTimerMode)
|
||||||
timer = 0; //0 or 1 is as fast as possible and will generate bad side effects in the game engine (phases getting skipped...), use wisely
|
timer = 0.07f; //0 or 1 is as fast as possible and will generate bad side effects in the game engine (phases getting skipped...), use wisely
|
||||||
else
|
else
|
||||||
timer = 0.1f;
|
timer = 0.1f;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user