2024-06-20 15:47:42 -04:00

17 lines
531 B
Plaintext

///////////////////////////////////////////////////////////////////////////////
//
// 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);
}