#include "soak_imbue"

void main()
{
object oPC = GetPCSpeaker();
SetLocalInt(oPC, "fidone_1", 1);
DamRes(6,2);
}