fix cards INVENTORS iconValue

This commit is contained in:
2026-04-13 21:35:44 +02:00
parent 188989bb8e
commit 9a662a27a7
7 changed files with 45 additions and 58 deletions

View File

@@ -89,15 +89,10 @@ class GameTest {
ActionResult result = game.resolveCardAction(p, false, cdown.getCardId());
System.out.println(result);
}
}
}
}
);
}
@Test