#include "soak_imbue"

void main()
{
object oPC = GetPCSpeaker();
SetLocalInt(oPC, "prdone_2", 1);
DamRes(11, 3);
}