--[[
Tables to sit at in the bar or anywhere else
by Manole Paul-Sebastian (brokenthorn)
]]
classes.obj_drinking_tables =
{
_properties = { name = "tables", longname = "some drinking tables", desc = "You see some uninteresting, uncloathed drinking tables." };
_parent = nil;
sit = function (self, e)
e.person:_say("/me pulls a chair and sits at one of the drinking tables");
end,
}