summaryrefslogtreecommitdiff
path: root/aesthetics.go
diff options
context:
space:
mode:
authorBenjamin Chausse <benjamin@chausse.xyz>2020-01-12 17:57:24 -0500
committerBenjamin Chausse <benjamin@chausse.xyz>2020-01-12 17:57:24 -0500
commit6fc22d9f6dd22ef1a9fc5f1d091f79c4b67726b2 (patch)
tree640e611ef7699568862c98d72f6154951f786175 /aesthetics.go
parent42e7425f98abf04ff770c7ad51b5494a6dfc6238 (diff)
The player sees his own boats
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{
- {`◌`, `▲`, `▼`, `◀`, `►`, `▮`, `▬`},
+ {`◌`, `▲`, `▼`, `◀`, `▶`, `▮`, `▬`},
{`~`, `△`, `▽`, `◁`, `▷`, `▯`, `▭`},
}