PRC8/nwn/nwnprc/trunk/smp/smp_ail_stunned.nss
Jaysyn904 d87fe14826 Further file organization
Further file organization
2023-08-23 22:11:00 -04:00

16 lines
407 B
Plaintext

/*:://////////////////////////////////////////////
//:: Name Stunned Heartbeat
//:: FileName SMP_AIL_STUNNED
//:://////////////////////////////////////////////
This runs on an creature with the effect EffectStunned().
//:://////////////////////////////////////////////
//:: Created By: Jasperre
//::////////////////////////////////////////////*/
#include "SMP_INC_AILMENT"
void main()
{
return;
}