#include "soak_imbue"

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