Added creatures & models

Added creatures & models in support for Horsefly Swamp Update.  Full compile.
This commit is contained in:
Jaysyn904
2023-08-10 23:50:38 -04:00
parent abae0284e0
commit 9448afd228
397 changed files with 53090 additions and 159 deletions

View File

@@ -42,7 +42,7 @@ void main()
{
//:: Declare major variables
object oCaster = OBJECT_SELF ; //:: Where the spell came from
object oTarget = GetSpellTargetObject(); //:: What the spell is aimed at
object oTarget = PRCGetSpellTargetObject(); //:: What the spell is aimed at
int nRaceType = MyPRCGetRacialType(oTarget);
int nChaMod = GetAbilityModifier(5, oCaster);