2025/6/04 Evening Update

Expanded Skullclan Hunter for epic progression.
Fixed a lot of bad cone targeting types in spells.2da.
Dragon Disciples have to pick a Draconic Heritage at first level.
This commit is contained in:
Jaysyn904
2025-06-04 20:31:42 -04:00
parent 52d9bde980
commit 422f180ed0
9 changed files with 332 additions and 157 deletions

View File

@@ -713,9 +713,14 @@ int DraDisFeats()
*/
if(iBld > 1)
{
FloatingTextStringOnCreature("You cannot select more than one Draconic Heritage.", OBJECT_SELF, FALSE);
FloatingTextStringOnCreature("You cannot select more than one Draconic Heritage. Repick your feats.", OBJECT_SELF, FALSE);
return TRUE;
}
if(iBld < 1)
{
FloatingTextStringOnCreature("You must choose a Draconic Heritage. Repick your feats.", OBJECT_SELF, FALSE);
return TRUE;
}
if (bLd == 1)
{
//if(DEBUG) FloatingTextStringOnCreature("Checking Heritage.", OBJECT_SELF, FALSE);