Harpy Lair Fixes
Harpy lair now works per pnp. Created pnp harpy & dire lion. Added many skinmesh creature models by Ancarion. Added ProjectQ harpy model. Added reduced sized spells.2da to override default PRC.
This commit is contained in:
8
_module/nss/ra_noharpygems.nss
Normal file
8
_module/nss/ra_noharpygems.nss
Normal file
@@ -0,0 +1,8 @@
|
||||
int StartingConditional()
|
||||
{
|
||||
object oPC = GetPCSpeaker();
|
||||
|
||||
if (GetLocalInt(oPC, "GotHarpyGems") >= 1) return FALSE; // PC has no Harpy Gems
|
||||
|
||||
return TRUE;
|
||||
}
|
Reference in New Issue
Block a user