2026/01/22 Update
Added Warforged Scout race. Hidden Talent was setup wrong in all the base class 2DAs. Fixed typo in DoA's Summon Major Devil. Updated PRC8 version number. Updated PRC8 manual.
This commit is contained in:
@@ -28,6 +28,7 @@ void AddRacialRestrictions(object oItem)
|
||||
if(array_get_string(oItem, ARRAY_NAME, RACIAL_TYPE_CONSTRUCT) != "")
|
||||
{
|
||||
AddRaceIP(oItem, RACIAL_TYPE_WARFORGED);
|
||||
AddRaceIP(oItem, RACIAL_TYPE_WARFORGED_SCOUT);
|
||||
AddRaceIP(oItem, RACIAL_TYPE_WARFORGED_CHARGER);
|
||||
}
|
||||
if(array_get_string(oItem, ARRAY_NAME, RACIAL_TYPE_DRAGON) != "")
|
||||
|
||||
Reference in New Issue
Block a user