PRC8/trunk/smp/smp_ail_held.nss
Jaysyn904 1662218bb4 Initial upload.
Adding base PRC 4.19a files to repository.
2022-10-07 13:51:24 -04:00

16 lines
402 B
Plaintext

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