Horsefly Swamp update
Creatures & encounter tables to support Horsefly swamp expansion.
This commit is contained in:
14
_module/nss/airlessaura1.nss
Normal file
14
_module/nss/airlessaura1.nss
Normal file
@@ -0,0 +1,14 @@
|
||||
#include "NW_I0_SPELLS"
|
||||
#include "inc_suffocate"
|
||||
|
||||
void main()
|
||||
{
|
||||
//Declare major variables
|
||||
object oCaster = GetAreaOfEffectCreator();
|
||||
object oTarget = GetEnteringObject();
|
||||
|
||||
if(GetIsEnemy(oTarget, oCaster))
|
||||
{
|
||||
Suffocate(oTarget);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user