diff --git a/Adventures in Lestoria/SlimeKing.cpp b/Adventures in Lestoria/SlimeKing.cpp index ea36a4aa..da66f030 100644 --- a/Adventures in Lestoria/SlimeKing.cpp +++ b/Adventures in Lestoria/SlimeKing.cpp @@ -280,6 +280,9 @@ void Monster::STRATEGY::SLIMEKING(Monster&m,float fElapsedTime,std::string strat if(m.GetRemainingHPPct()<=ConfigFloat("Phase3.Change")/100.f){ m.phase=3; m.SetSize(ConfigFloat("Phase3.Size")/100,false); + if(m.I(A::PATTERN_REPEAT_COUNT)==0){ + m.I(A::PATTERN_REPEAT_COUNT)=1; + } TransitionPhase(m.phase); return; } diff --git a/Adventures in Lestoria/Version.h b/Adventures in Lestoria/Version.h index 5bcf02ff..c38c7e16 100644 --- a/Adventures in Lestoria/Version.h +++ b/Adventures in Lestoria/Version.h @@ -39,7 +39,7 @@ All rights reserved. #define VERSION_MAJOR 0 #define VERSION_MINOR 5 #define VERSION_PATCH 1 -#define VERSION_BUILD 8082 +#define VERSION_BUILD 8083 #define stringify(a) stringify_(a) #define stringify_(a) #a diff --git a/x64/Release/Adventures in Lestoria.exe b/x64/Release/Adventures in Lestoria.exe index 93e35234..3806d3cd 100644 Binary files a/x64/Release/Adventures in Lestoria.exe and b/x64/Release/Adventures in Lestoria.exe differ