--- deliantra/server/include/object.h 2009/11/07 18:30:05 1.215 +++ deliantra/server/include/object.h 2009/11/08 20:55:39 1.216 @@ -647,6 +647,8 @@ // insert object at same map position as 'where' // handles both inventory and map "positions" MTH object *insert_at (object *where, object *originator = 0, int flags = 0); + // check whether we can put this into the map, respect max_nrof, max_volume, max_items + MTH bool can_drop_at (maptile *m, int x, int y, object *originator = 0); MTH void drop_unpaid_items (); MTH void activate ();