RATDOG/_module/nss/temple_curecrit.nss

8 lines
92 B
Plaintext
Raw Normal View History

#include "temple_fun"
void main()
{
CastSpellOnPC(SPELL_CURE_CRITICAL_WOUNDS, 200);
}