Find
You are in an object called metroid statue
Created by
omenofdoom
, last updated 24 Jun 2009
Code
if target of use then doit;
##doit:
set $actor's colour to $second's colour;
set $actor's name to $second's name;
set $actor's extra to 'statue';
print "[$actor]'s surface begins to ripple and change.";
print "[$actor] takes on [$second]'s shape!";
the description