#include "soak_imbue"

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