Skip to content

Commit 952ea98

Browse files
committed
Amoeba: Fix misspelt tags
1 parent 3e11e84 commit 952ea98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/games/amoeba.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export class AmoebaGame extends GameBase {
3939
urls: ["https://boardgamegeek.com/boardgamedesigner/68359/masahiro-nakajima"],
4040
},
4141
],
42-
categories: ["goal>royal>capture", "goal>immobilize", "mechanic>move", "mechanic>coop", "mechanic>stack", "mechanic>move>sow", "board>shape>hex", "board>connect>hex", "components>simple>1per"],
42+
categories: ["goal>royal-capture", "goal>immobilize", "mechanic>move", "mechanic>coopt", "mechanic>stack", "mechanic>move>sow", "board>shape>hex", "board>connect>hex", "components>simple>1per"],
4343
flags: ["experimental", "pie", "automove"]
4444
};
4545

0 commit comments

Comments
 (0)