Find
You are looking at some cigarette butts
Cigarette butts are carelessly strewn about the yard.
Created by
thorn
, last updated 17 Apr 2008
Code
if target of bounce then kicked;
if target of use then used;
if target of push then pushed;
##kicked:
say 'msg',"[$actor] scatter across the yard.";
##used:
say 'msg',"[$init_obj] is unable to find a good use for [$actor]";
##pushed:
say 'msg',"[$init_obj] feels bored from pushing [$actor] around";