mirror of
http://prc.nwn.ee:3000/Jaysyn/PRC8.git
synced 2025-12-22 05:47:15 -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:
11
nwn/trunk/scripts/gen_sptouchice.nss
Normal file
11
nwn/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