2025/12/23 Update

Hooked up new GUI module event.
Removed CEP3 haks.
Updated PRC8 includes.
Updated readme.
This commit is contained in:
Jaysyn904
2025-12-23 00:58:00 -05:00
parent 4d7b6a0551
commit 1f20105930
89 changed files with 6841 additions and 1212 deletions

View File

@@ -363,8 +363,11 @@ int PRCIsFlying(object oCreature)
bFlying = TRUE;
}
if(!bFlying
&& ((nWings > 0 && nWings < 79) || nWings == 90))//CEP and Project Q wing models
bFlying = TRUE;
&& ((nWings > 0 && nWings < 79)
|| (nWings > 1959 && nWings < 1962)
|| (nWings > 1962 && nWings < 1966)
|| nWings == 90))//CEP and Project Q wing models
bFlying = TRUE;
if (GetHasSpellEffect(MOVE_SH_BALANCE_SKY, oCreature))
bFlying = TRUE;