2025/12/15 Update

Updated PEPS.
Updated nim tools.
This commit is contained in:
Jaysyn904
2025-12-15 18:59:42 -05:00
parent 9fdd96653e
commit f9067172a6
415 changed files with 12995 additions and 9415 deletions

View File

@@ -37,6 +37,14 @@ void main()
case ACTION_CASTSPELL :
case ACTION_ITEMCASTSPELL :
case ACTION_COUNTERSPELL : return;
case ACTION_ATTACKOBJECT :
{
if(!ai_GetIsInCombat(oCreature))
{
ai_ClearCreatureActions();
return;
}
}
// Might be doing a special action that is not a defined action.
case ACTION_INVALID :
{