2025/12/10 Update
Fixed some corrupt spell components UTIs Updated several scripts fixing not-quite bugs that choke nwn_script_comp. Updated PRC8 version. Re-enabled erroneously disabled Pale Master marker feat. Updated Tester module.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
void Cleanup(object oArea)
|
||||
{
|
||||
if (GetResRef(oArea) == "bdd_cave");
|
||||
if (GetResRef(oArea) == "bdd_cave")
|
||||
{
|
||||
DestroyArea(GetObjectByTag("bdd_basinrim"));
|
||||
//DestroyArea(GetObjectByTag("bdd_cave"));
|
||||
|
||||
@@ -135,7 +135,7 @@ void GenerateNewShapePackageList(object oPC, string sFilter)
|
||||
}
|
||||
}
|
||||
|
||||
int AddNewShape(string sShapeList, object oPC, int nShape, int nShifterLevel, int nCharacterLevel, string sShapeResRefFilter, int bUseCR, int nExactMatchSL, int bShowAllShapes, int bUseCR)
|
||||
int AddNewShape(string sShapeList, object oPC, int nShape, int nShifterLevel, int nCharacterLevel, string sShapeResRefFilter, int bUseCR, int nExactMatchSL, int bShowAllShapes,int bUseCR)
|
||||
{
|
||||
string sShapeResRef = Get2DACache(sShapeList, "ResRef", nShape);
|
||||
if (DEBUG_NEW_SHAPE_LIST) DoDebug("AddNewShape, ShapeList:" + sShapeList + ", Shape: " + IntToString(nShape) + "='" + sShapeResRef + "', ShifterLevel: " + IntToString(nShifterLevel) + ", CharacterLevel: " + IntToString(nCharacterLevel) + ", UseCR: " + IntToString(bUseCR));
|
||||
|
||||
Reference in New Issue
Block a user