Local Functions (/std/inheritables/shop.c)

void set_supply_room(string room);

This sets the supply room for a shop.  Shops will store all the items they sell in a supply room.  This room should not be accessable to players and should by used to store the object in question.

See also: set_currency()
