Find
You are looking at a fridge which is slightly moist underneath because of the warmness of the oven
Created by
Josh
, last updated 24 Dec 2006
Code
##use:runsub isitme;
##isitme:
if $actor eq $target then foodit;
##foodit:
say 'sound',"[$init_obj] gets some food out of [$actor] and gobbles it all up";
say 'sound',"[$init_obj] ungobbles the food because it is all sloppy";
say 'sound',"[$init_obj] kicks [$actor] out of disgustment and anger";