--- deliantra/server/ext/Jeweler.pm 2007/02/02 12:05:28 1.7 +++ deliantra/server/ext/Jeweler.pm 2007/02/04 00:35:23 1.8 @@ -228,7 +228,8 @@ # XXX: yes, i know what i'm doing here, i don't set nrof, but it didn't work somehow (pls. chek sometimes) for (1..$nrof) { $chdl->put (my $ob = cf::object::new $outarch); - $ob->set_animation (cf::rndm $ob->num_animations); + $ob->set_animation (cf::rndm $ob->num_animations) + if ($ob->type == cf::RING); $ob->flag (cf::FLAG_IDENTIFIED, 1); }