1int query_weight()
2
3This function is called to query the weight of this object.
4A design choise TAKEN, is that objects inside another objects, does not
5change the weight of that object.
6
7This makes it possible for a player to carry more if he puts it into
8a bag or something.
9
10Note that objects doesn't have a size, only weight.
11