Find
You are looking at a tin of loose leave tea
This tin contains iether Prince of Whales tea which is a full-bodied tea, or some nice fresh pepermint tea.
Created by
wolis
, last updated 31 Dec 2006
Code
##use:runsub isitme;
##examines:runsub isitme;
##isitme:if $actor eq $target then maketea else end;
##maketea:
new some tea;
var $clr to (black,seagreen);
set $new_id's colour to "$clr";
set $new_id's qty to 20;
say 'act',"[$new_id] comes out";
relook $loc;