Further file organization
Further file organization
This commit is contained in:
11
nwn/nwnprc/trunk/scripts/gen_sptouchice.nss
Normal file
11
nwn/nwnprc/trunk/scripts/gen_sptouchice.nss
Normal file
@@ -0,0 +1,11 @@
|
||||
#include "prc_alterations"
|
||||
#include "prc_inc_spells"
|
||||
#include "inc_poison"
|
||||
|
||||
void main()
|
||||
{
|
||||
object oTarget = PRCGetSpellTargetObject();
|
||||
effect ePoison = EffectPoison(POISON_RAVAGE_GOLDEN_ICE);
|
||||
|
||||
SPApplyEffectToObject(DURATION_TYPE_PERMANENT, ePoison, oTarget, 0.0f, FALSE);
|
||||
}
|
||||
Reference in New Issue
Block a user