diff --git a/wadsrc/static/zscript/actors/hexen/korax.zs b/wadsrc/static/zscript/actors/hexen/korax.zs index e19ff04570..692b6cb9cf 100644 --- a/wadsrc/static/zscript/actors/hexen/korax.zs +++ b/wadsrc/static/zscript/actors/hexen/korax.zs @@ -363,11 +363,11 @@ class Korax : Actor if (health <= (SpawnHealth() >> 1)) { - numcommands = 5; + numcommands = 4; } else { - numcommands = 4; + numcommands = 3; } ACS_Execute(250 + (random[KoraxCommand](0, numcommands)), 0);