public static final int getMonsterLevelAdjustment()
{
if ( KoLCharacter.limitmode == Limitmode.SPELUNKY )
{
return 0;
}
return (int) KoLCharacter.currentModifiers.get( Modifiers.MONSTER_LEVEL ) +
KoLCharacter.getWaterLevel() * 10;
}
KoLCharacter.recalculateAdjustments();
KoLCharacter.updateStatus();
newModifiers.add( Modifiers.MONSTER_LEVEL, MCD, "MCD:MCD" );
Also, I heard a rumor that you can't use the Batfellow comic even in aftercore of AWOL. If so, that seems like a bug, but if true, I'm not going to be in non-AWOL aftercore until I have finished all my AWOL runs, so, that will also be a while...