Find
You are looking at a blacksmith
Created by
superblah
, last updated 15 Apr 2009
Code
if target of use then makesword;
##makesword:
combine a steel with a crystal in $actor to make a dagger;
if $new_id > 0 then showit else breakit;
##showit:
set $new_id's loc to $loc;
set $new_id's worth to 25;
set $new_id's colour to "slategray";
print "[$actor] creates [$new_id]";
relook $loc;