2026/01/26 Update
Added Wispling race. Wispling qualifies for Shifter (PnP). Bioware poisons now work with "new" PRC8 weapons. Updated PRC8 Tester mod store to have Bioware venoms. Updated PRC8 version. Added Alchemy expansion notes. Updated Starting package TLK notes.
This commit is contained in:
@@ -31,6 +31,9 @@ void main()
|
||||
if(GetSpellId() == SPELL_IRDA_CHANGE_SHAPE_TRUE)
|
||||
IncrementRemainingFeatUses(oPC, FEAT_IRDA_CHANGE_SHAPE);
|
||||
|
||||
if(GetSpellId() == SPELL_WISPLING_CHANGE_SHAPE_TRUE)
|
||||
IncrementRemainingFeatUses(oPC, FEAT_WISPLING_CHANGE_SHAPE);
|
||||
|
||||
//End treeshape
|
||||
if(GetHasSpellEffect(SPELL_TREESHAPE, oPC))
|
||||
{
|
||||
@@ -45,6 +48,9 @@ void main()
|
||||
ApplyEffectToObject(DURATION_TYPE_INSTANT, eVis, oPC);
|
||||
}
|
||||
|
||||
//;: Wispling Change Shape
|
||||
PRCRemoveSpellEffects(17980, oPC, oPC);
|
||||
|
||||
// Aranea Alternate Form
|
||||
PRCRemoveSpellEffects(1489, oPC, oPC);
|
||||
PRCRemoveSpellEffects(1490, oPC, oPC);
|
||||
|
||||
Reference in New Issue
Block a user