#include "soak_imbue"

void main()
{
object oPC = GetPCSpeaker();
SetLocalInt(oPC, "eldone_3", 1);
DamRes(5,4);
}