Removed Iron Will from Drow

Removed Iron Will from Drow & replaced it with an intrinsic bonus.  Racial constants cleanup. Lowercased "others" folder contents.
This commit is contained in:
Jaysyn904
2024-06-09 23:04:18 -04:00
parent 31a7a88252
commit 1234fa8f60
36 changed files with 30 additions and 4636 deletions

View File

@@ -125,7 +125,6 @@ int _CheckEpicSpellcastingForClass(object oPC, int nClass)
case CLASS_TYPE_BLIGHTER: return GetIsEpicBlighter(oPC);
case CLASS_TYPE_UR_PRIEST: return GetIsEpicUrPriest(oPC);
break;
}
return FALSE;
}