better death messages, and morgue file map fix
This commit is contained in:
parent
9ac2adc5d6
commit
9e294a1680
7 changed files with 104 additions and 32 deletions
|
|
@ -165,7 +165,7 @@ fn draw_map(ecs: &World) -> String {
|
|||
}
|
||||
});
|
||||
} else {
|
||||
glyph_u16 = crate::map::themes::get_tile_renderables_for_id(idx, &*map, None).0;
|
||||
glyph_u16 = crate::map::themes::get_tile_renderables_for_id(idx, &*map, None, Some(true)).0;
|
||||
}
|
||||
let char = to_char((glyph_u16 & 0xff) as u8);
|
||||
result.push_str(&char.to_string());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue