Changed folder name.
Changed folder name.
This commit is contained in:
9
_module/nss/healer.nss
Normal file
9
_module/nss/healer.nss
Normal file
@@ -0,0 +1,9 @@
|
||||
// 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 );
|
||||
|
||||
|
||||
}
|
Reference in New Issue
Block a user