Update nw_s2_familiar.nss

Bonded Summoner's familiar should continue to spawn into epic levels.
This commit is contained in:
Jaysyn904 2025-08-29 19:03:23 -04:00
parent a61d514630
commit c890edd419

View File

@ -128,7 +128,7 @@ void BondedSummoner(object oPC)
case 7:
case 8: sResRef = "nw_s_"+sElem+"great"; break;
case 9:
case 10: sResRef = "nw_s_"+sElem+"elder"; break;
default: sResRef = "nw_s_"+sElem+"elder"; break;
}
oFam = CreateLocalNPC(oPC, ASSOCIATE_TYPE_FAMILIAR, sResRef, PRCGetSpellTargetLocation(), NPC_BONDED_FAMILIAR);