Skip to content

Commit 791e223

Browse files
committed
Yeah, this is annoying to find everytime we need to,lol
1 parent 03210a1 commit 791e223

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/scala/Chess.scala

+2
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,8 @@ object Chess {
265265
dropsByRole = game.situation match {
266266
case (Situation.FairySF(_)) =>
267267
game.situation.dropsByRole
268+
case (Situation.Go(_)) =>
269+
game.situation.dropsByRole
268270
case _ => None
269271
},
270272
pocketData = game.situation.board.pocketData,

0 commit comments

Comments
 (0)