NWNDS/nwn_dark_sun/airlessaura3.nss
Jaysyn904 b01c5cc7db Added PnP Dire Rat.
Added PnP Dire Rat.
2021-07-21 17:48:43 -04:00

13 lines
240 B
Plaintext

//#include "NW_I0_SPELLS"
//#include "x2_inc_spellhook"
#include "inc_suffocate"
void main()
{
//Declare major variables
//Get the object that is exiting the AOE
object oTarget = GetExitingObject();
GiveBreath(oTarget);
}