--- orig/rpggame/rpgobj.h
+++ mod/rpggame/rpgobj.h
@@ -181,6 +181,7 @@
             o->decontain();
             os.pushobj(o);
             os.placeinworld(ent->o, rnd(360));
+            os.popobj();
             droploot();
             return;
         }



