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

9 lines
210 B
Plaintext

#include "spawn_main"
void main()
{
ApplyEffectAtLocation(DURATION_TYPE_INSTANT, EffectVisualEffect(VFX_IMP_DIVINE_STRIKE_FIRE), GetLocation(GetObjectByTag("WP_CAT_FLAMESTRIKE")));
Spawn();
}