mirror of
http://prc.nwn.ee:3000/Jaysyn/PRC8.git
synced 2025-12-17 06:37:15 -05:00
Initial upload.
Adding base PRC 4.19a files to repository.
This commit is contained in:
12
trunk/psionics/psi_ac_conv_n10c.nss
Normal file
12
trunk/psionics/psi_ac_conv_n10c.nss
Normal file
@@ -0,0 +1,12 @@
|
||||
// Determines whether the AC being edited already has Energy Touch - Cold
|
||||
|
||||
#include "psi_inc_ac_const"
|
||||
#include "psi_inc_ac_convo"
|
||||
|
||||
|
||||
int StartingConditional()
|
||||
{
|
||||
object oPC = GetPCSpeaker();
|
||||
int nFlags = GetLocalInt(oPC, ASTRAL_CONSTRUCT_ENERGY_TOUCH_FLAGS + EDIT);
|
||||
return (nFlags & ELEMENT_COLD) == 0;
|
||||
}
|
||||
Reference in New Issue
Block a user