summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2018-03-09 02:35:35 +0900
committersyuilo <syuilotan@yahoo.co.jp>2018-03-09 02:35:35 +0900
commitb872cde569ec26c47063cf813ab4fd5f4e8b0947 (patch)
tree9f225ebcde3da3e31880e5b8884426a27da2fe64 /src
parentv4034 (diff)
downloadmisskey-b872cde569ec26c47063cf813ab4fd5f4e8b0947.tar.gz
misskey-b872cde569ec26c47063cf813ab4fd5f4e8b0947.tar.bz2
misskey-b872cde569ec26c47063cf813ab4fd5f4e8b0947.zip
Fix islands map
Diffstat (limited to 'src')
-rw-r--r--src/common/othello/maps.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/common/othello/maps.ts b/src/common/othello/maps.ts
index 0a9ff477a6..77c18e10c1 100644
--- a/src/common/othello/maps.ts
+++ b/src/common/othello/maps.ts
@@ -312,8 +312,8 @@ export const islands: Map = {
' - - ' +
' - - ' +
' --------' +
- ' ---bw---' +
- ' ---wb---' +
+ ' --------' +
+ ' --------' +
' --------'
};