Jaysyn904 df709d33fc Horsefly Swamp update
Creatures & encounter tables to support Horsefly swamp expansion.
2023-08-13 17:21:44 -04:00

13 lines
236 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);
}