Initial commit. Updated release archive.
This commit is contained in:
16
_module/nss/i420_cr_nyth_spn.nss
Normal file
16
_module/nss/i420_cr_nyth_spn.nss
Normal file
@@ -0,0 +1,16 @@
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// Invizible420's Nyth
|
||||
// Created On: 3/15/03
|
||||
//
|
||||
// Script Name: i420_cr_nyth_spl
|
||||
// Nyth i420_cr_nyth_spn Event
|
||||
//
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// Workaround to keep the new Nyths from not taking damage from overkill on the
|
||||
// original Nyth. This will heal the new Nyth to full HP.
|
||||
void main()
|
||||
{
|
||||
ApplyEffectToObject(DURATION_TYPE_INSTANT,EffectHeal(GetMaxHitPoints()),OBJECT_SELF);
|
||||
}
|
Reference in New Issue
Block a user