minor display

This commit is contained in:
stryan 2022-02-20 17:11:50 -05:00
parent 7fd0bfb1c6
commit 908f53c5a9

View File

@ -20,7 +20,7 @@ func (t *Tile) String() string {
icon = "X" icon = "X"
} else if t.entity != nil { } else if t.entity != nil {
if !t.entity.Hidden { if !t.entity.Hidden {
icon = t.entity.Rank.String() icon = "P"
} else { } else {
icon = "O" icon = "O"
} }