u.48=u.48-1;transmit "c1You Slug down an Elixer..."
ef=random(5,10,time('s'))
ww=u.5+ef
if ww>u.6 then do;Transmit "c1Your Mind is Totally Restored.";u.5=u.6;end
if ww<u.6 then do;transmit "c1You Regain "ef" Spell Points.";u.5=u.5+ef;end
if ww=u.6 then do;transmit "c1Your Mind is Totally Restored.";u.5=u.6;end
