Find
You are looking at a crystal orb
Created by
omenofdoom
, last updated 05 Feb 2009
Code
if target of push then combineit;
##combineit:
combine dust with water in $actor to make a crystal;
if $new_id > 0 then dropit else chuggit;
##dropit:
relocate $new_id to $loc print "[$new_id] vanishes" then "[$actor] made [$new_id]";
store $new_id's colour = "white";
relook $loc;
##chuggit:
print "[$actor] chuggs for some strange reason";