Initial commit
Adding all of the current content for Anphillia Unlimited.
This commit is contained in:
12
_module/nss/nw_ch_fm_st_12.nss
Normal file
12
_module/nss/nw_ch_fm_st_12.nss
Normal file
@@ -0,0 +1,12 @@
|
||||
#include "hc_inc"
|
||||
|
||||
// the familiar heals itself fully (no effects)
|
||||
void main()
|
||||
{
|
||||
if(!GetLocalInt(oMod,"REALFAM"))
|
||||
{
|
||||
int nHeal = GetMaxHitPoints();
|
||||
effect eHeal = EffectHeal(nHeal);
|
||||
ApplyEffectToObject(DURATION_TYPE_INSTANT,eHeal,OBJECT_SELF);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user