PoA_PRC8/module/nss/healer.nss
Jaysyn904 128e7e59a4 Initial upload
Initial upload
2022-10-07 14:20:31 -04:00

10 lines
254 B
Plaintext

// A Healing script good for attaching to Fountains and Kegs.
// by. Sin (GOC) and the help of Brenon Holmes.
void main()
{
object oUser = GetLastUsedBy();
ApplyEffectToObject( DURATION_TYPE_PERMANENT, EffectPoison(POISON_BEBILITH_VENOM), oUser );
}