Commit 5de3dcc7 authored by timel's avatar timel

fix: decks should not be all mine

parent 67d5bd0d
......@@ -77,6 +77,6 @@ export default (
matStore.magics.of(1).forEach((x) => (x.location.controler = 1));
matStore.decks.of(0).add(Array(start.deckSize1).fill(0));
matStore.decks.of(0).add(Array(start.deckSize2).fill(0));
matStore.decks.of(1).add(Array(start.deckSize2).fill(0));
dispatch(initHint()); // 直接删除
};
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment