#include "soak_imbue"

void main()
{
object oPC = GetPCSpeaker();
SetLocalInt(oPC, "done_4", 1);
DamageReduction(4,4);
}