diff --git a/_module/are/alchemistsshop.are.json b/_module/are/alchemistsshop.are.json index 787021e7..43132e89 100644 --- a/_module/are/alchemistsshop.are.json +++ b/_module/are/alchemistsshop.are.json @@ -548,7 +548,7 @@ }, "Version": { "type": "dword", - "value": 125 + "value": 126 }, "Width": { "type": "int", diff --git a/_module/ncs/prc_pwonspawn.ncs b/_module/ncs/prc_pwonspawn.ncs index c725d943..cc477a45 100644 Binary files a/_module/ncs/prc_pwonspawn.ncs and b/_module/ncs/prc_pwonspawn.ncs differ diff --git a/_module/nss/prc_pwonspawn.nss b/_module/nss/prc_pwonspawn.nss index b6816a66..ab39e556 100644 --- a/_module/nss/prc_pwonspawn.nss +++ b/_module/nss/prc_pwonspawn.nss @@ -33,7 +33,7 @@ void main() ExecuteScript("prc_npc_spawn", OBJECT_SELF); //: Don't spawn skeletons from skeletons or commoners - if (GetResRef(OBJECT_SELF) == "nw_skeleton" || nCommoner > 0) + if (GetResRef(OBJECT_SELF) == "pa_skeleton" || nCommoner > 0) return; //:: Get average PC level for area diff --git a/_module/utc/pa_skeleton.utc.json b/_module/utc/pa_skeleton.utc.json index 2aa5b8f9..8dd686e0 100644 --- a/_module/utc/pa_skeleton.utc.json +++ b/_module/utc/pa_skeleton.utc.json @@ -76,6 +76,13 @@ "Equip_ItemList": { "type": "list", "value": [ + { + "__struct_id": 16, + "EquippedRes": { + "type": "resref", + "value": "nw_wswdg001" + } + }, { "__struct_id": 16384, "EquippedRes": { @@ -579,7 +586,7 @@ }, "Tag": { "type": "cexostring", - "value": "NW_SKELETON" + "value": "PA_SKELETON" }, "Tail_New": { "type": "dword", diff --git a/_release/Path of Ascension [35PRC].7z b/_release/Path of Ascension [35PRC].7z index e1610730..ada66250 100644 Binary files a/_release/Path of Ascension [35PRC].7z and b/_release/Path of Ascension [35PRC].7z differ