mirror of
http://prc.nwn.ee:3000/Jaysyn/PRC8.git
synced 2026-01-14 16:56:28 -05:00
Updated Release Archive
Updated Release Archive. Fixed Mage-killer prereqs. Removed old LETO & ConvoCC related files. Added organized spell scroll store. Fixed Gloura spellbook. Various TLK fixes. Reorganized Repo. Removed invalid user folders. Added DocGen back in.
This commit is contained in:
12
nwn/trunk/psionics/psi_ac_conv_n8a.nss
Normal file
12
nwn/trunk/psionics/psi_ac_conv_n8a.nss
Normal file
@@ -0,0 +1,12 @@
|
||||
// Determines whether the AC being edited already has Resistance - Acid
|
||||
|
||||
#include "psi_inc_ac_const"
|
||||
#include "psi_inc_ac_convo"
|
||||
|
||||
|
||||
int StartingConditional()
|
||||
{
|
||||
object oPC = GetPCSpeaker();
|
||||
int nFlags = GetLocalInt(oPC, ASTRAL_CONSTRUCT_RESISTANCE_FLAGS + EDIT);
|
||||
return (nFlags & ELEMENT_ACID) == 0;
|
||||
}
|
||||
Reference in New Issue
Block a user