summaryrefslogtreecommitdiff
path: root/aesthetics.go
diff options
context:
space:
mode:
Diffstat (limited to 'aesthetics.go')
-rw-r--r--aesthetics.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/aesthetics.go b/aesthetics.go
index 343b468..9766f92 100644
--- a/aesthetics.go
+++ b/aesthetics.go
@@ -104,7 +104,7 @@ func (plyr *player) DisplayTarget() string {
|------------+--------+----------------|
*/
var boatchars = [2][7]string{
- {`◌`, `▲`, `▼`, `◀`, `►`, `▮`, `▬`},
+ {`◌`, `▲`, `▼`, `◀`, `▶`, `▮`, `▬`},
{`~`, `△`, `▽`, `◁`, `▷`, `▯`, `▭`},
}