handle room formats
This commit is contained in:
@@ -242,7 +242,7 @@ impl ToString for Game {
|
||||
}
|
||||
|
||||
for room in &self.rooms {
|
||||
segments.push(room.to_string());
|
||||
segments.push(room.to_string(self.room_format(), self.room_type));
|
||||
}
|
||||
|
||||
for tile in &self.tiles {
|
||||
|
||||
Reference in New Issue
Block a user