Find
You are looking at a candy cane
Eat from candy cane
?
Created by
omenofdoom
, last updated 13 Dec 2008
Code
if target of eat then peppermint;
##peppermint:
include 58416;
multivar
$skiller=$init_obj,$skillname='aim',$modname='cheer',$modval='5',$moddur='90',$modtick='88558',$modend='88558';
runsub addmod;
$what = (smiles,beams,says 'Yummy!');
print "[$init_obj] $what as they take a bite of [$actor].";
##modtickeffect:
runsub modeffectx/10;
##modeffectx:
$how2 = (feels full of spirit, radiates joy, beams with happiness);
print "[$skiller] $how2";
##modendeffect:
sayto $skiller,"Your $skillname is no longer enhanced, but who cares, you're still happy!";