Further file organization
Further file organization
This commit is contained in:
13
nwn/nwnprc/trunk/psionics/psi_ac_conv_h10e.nss
Normal file
13
nwn/nwnprc/trunk/psionics/psi_ac_conv_h10e.nss
Normal file
@@ -0,0 +1,13 @@
|
||||
// Returns true if the AC being edited has Energy Touch - Electricity
|
||||
// Result is normalized to TRUE / FALSE
|
||||
|
||||
#include "psi_inc_ac_const"
|
||||
|
||||
int StartingConditional()
|
||||
{
|
||||
object oPC = GetPCSpeaker();
|
||||
|
||||
return (GetLocalInt(oPC, ASTRAL_CONSTRUCT_ENERGY_TOUCH_FLAGS + EDIT) &
|
||||
ELEMENT_ELECTRICITY)
|
||||
!= 0;
|
||||
}
|
Reference in New Issue
Block a user