if target of drink then powerup;
##powerup:
include 58416;
multivar
$skiller=$init_obj,$skillname='aim',$modname='enhancedvision',$modval=' 5',$moddur='90',$modtick='$actor',$modend='$actor';
runsub addmod;
$what = (chokes,splutters,coughs,gasps);
$how = (fiery,burning,bitter,viscous);
print "[$init_obj] $what as they swallow the $how liquid";
set $actor's loc = 0;
##modtickeffect:
runsub modeffectx/20;
##modeffectx:
$how2 = (eyes flash,blinks rapidly,moves with precision,surroundings seem almost surreal,sees with amazing clarity);
print "[$skiller] $how2";
##modendeffect:
sayto $skiller,"Your $skillname is no longer enhanced";