Minor script tweaks

Minor script tweaks
This commit is contained in:
Jaysyn904
2024-08-05 19:55:29 -04:00
parent 02f4cee12c
commit 98135e6f1a
3 changed files with 6 additions and 3 deletions

View File

@@ -1969,10 +1969,11 @@ int GetCanFormCast(object oCreature)
case RACIAL_TYPE_BEAST:
case RACIAL_TYPE_ANIMAL:
case RACIAL_TYPE_OOZE:
// case RACIAL_TYPE_PLANT:
// These forms can't cast spells
//case RACIAL_TYPE_PLANT:
// These forms can't cast spells
return FALSE;
break;
case RACIAL_TYPE_SHAPECHANGER:
case RACIAL_TYPE_ELEMENTAL:
case RACIAL_TYPE_DRAGON: