Find
You are looking at a minature crowbar used mainly for opening up computer parts with ease
I open up computer bits AND I can be eaten, thats right I'm edible!
Created by
Josh
, last updated 24 Dec 2006
Code
##use:runsub isitme;
##isitme: if $actor eq $target then checksec else end;
##checksec:if $second > 0 then cleanit else end;
##cleanit:
set $second's imglook to "";
say 'msg',"[$actor] worked wonders on [$second]!";
msg $loc,$actor,0,0,'force',"force:look $loc";