projects
/
xogo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5421b6a
)
Dynamo cannot be played on a cylindric board
main
author
Benjamin Auder
<benjamin.auder@somewhere>
Mon, 5 May 2025 13:09:52 +0000
(15:09 +0200)
committer
Benjamin Auder
<benjamin.auder@somewhere>
Mon, 5 May 2025 13:09:52 +0000
(15:09 +0200)
variants/Dynamo/class.js
patch
|
blob
|
blame
|
history
diff --git
a/variants/Dynamo/class.js
b/variants/Dynamo/class.js
index
c220fc1
..
5098bbb
100644
(file)
--- a/
variants/Dynamo/class.js
+++ b/
variants/Dynamo/class.js
@@
-7,7
+7,7
@@
export default class DynamoRules extends ChessRules {
return {
select: C.Options.select,
input: [],
- styles: ["
cylinder", "
doublemove", "progressive"]
+ styles: ["doublemove", "progressive"]
};
}