RATDOG/_module/nss/temple_curecrit.nss
Jaysyn904 3e3128ed1e Bugfix pass.
Fixed onRespawn & onDying scripts.  Fixed XP awards.  Added temple hospital & library.
2021-09-25 20:28:28 -04:00

8 lines
92 B
Plaintext

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