8 lines
89 B
Plaintext
8 lines
89 B
Plaintext
#include "temple_fun"
|
|
|
|
void main()
|
|
{
|
|
CastSpellOnPC(SPELL_NEUTRALIZE_POISON, 200);
|
|
}
|
|
|