I've included a header for each room, but it's always printed in UPPER CASE. Can I get it to print the way I want it, similar to the following technique used for inventory lists and object lists?
lister_inventory {
item_capitalization = original
}
lister_objects {
item_capitalization = original
}