develop
Myk Taylor 2023-03-20 16:51:46 -07:00
parent 3661cfdcf0
commit 0f5d3fd4a6
No known key found for this signature in database
1 changed files with 1 additions and 0 deletions

@ -1705,6 +1705,7 @@ bool StockpileSerializer::write_furniture(StockpileSettings::FurnitureSet* furni
furniture->add_type(f_type);
DEBUG(log).print("furniture_type %zd is %s\n", i, f_type.c_str());
}
all = serialize_list_material(
furniture_mat_is_allowed,
[&](const std::string& token) { furniture->add_mats(token); },