mirror of
http://prc.nwn.ee:3000/Jaysyn/PRC8.git
synced 2026-03-31 03:26:00 -04:00
Clear out experimental .35 files
Clear out experimental .35 files
This commit is contained in:
@@ -1,13 +0,0 @@
|
||||
#include "moi_inc_moifunc"
|
||||
|
||||
void main()
|
||||
{
|
||||
object oMeldshaper = OBJECT_SELF;
|
||||
if (TakeSwiftAction(oMeldshaper))
|
||||
{
|
||||
int nEssentia = GetEssentiaInvestedFeat(oMeldshaper, FEAT_HEALING_SOUL);
|
||||
if (GetCanBindChakra(oMeldshaper, CHAKRA_SOUL)) nEssentia *= 2;
|
||||
|
||||
ApplyEffectToObject(DURATION_TYPE_INSTANT, EffectHeal(nEssentia), oMeldshaper);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user