Skip to content

Commit 9ecc599

Browse files
chore: update src/wzrdbrain/wzrdbrain.js via utils/translate2js.py [skip ci]
1 parent 09e1941 commit 9ecc599

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/wzrdbrain/wzrdbrain.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ const MOVES = [
1010
"predator", "predator one", "parallel", "tree", "gazelle", "gazelle s",
1111
"lion", "lion s", "toe press", "heel press", "toe roll", "heel roll",
1212
"360", "180", "540", "parallel slide", "soul slide", "acid slide",
13-
"mizu slide", "star slide", "fast slide", "back slide", "tsunami"
13+
"mizu slide", "star slide", "fast slide", "back slide", "stunami",
14+
"ufo swivel", "toe pivot", "heel pivot"
1415
];
1516

1617
// Rules converted to Set for efficient lookups, mirroring Python's set usage
@@ -21,7 +22,7 @@ const useFakie = new Set([
2122
"fast slide", "back slide"
2223
]);
2324
const excludeStanceBase = new Set(["predator", "predator one"]);
24-
const rotatingMoves = new Set(["gazelle", "lion", "180", "540"]);
25+
const rotatingMoves = new Set(["gazelle", "lion", "180", "540", "stunami", "ufo swivel"]);
2526

2627
// Derived rules, mirroring Python's `exclude_stance` and `SUBSEQUENT_MOVES`
2728
/**

0 commit comments

Comments
 (0)