Skip to content

Commit

Permalink
fix: difficulty decreased;
Browse files Browse the repository at this point in the history
- removed 2 sets in the same turn;

- decrease chance of fusion summon;

refs: n/a
  • Loading branch information
LucasLimaAZ committed Nov 29, 2023
1 parent 32f6e57 commit 1d5e3d4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/shared/actions/mainPhaseActions.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,4 @@ export const mainPhaseMonsterWithTribute = [
export const mainPhaseMagicTrap = [
"Enemy set NO magic/trap cards",
"Enemy set 1 magic/trap card",
"Enemy set 2 magic/trap cards",
];
1 change: 0 additions & 1 deletion src/shared/services/cards.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ export const getRandomMonster = () => {
monsterUrl += "&atk=gte1700";
break;
case 6:
case 7:
monsterUrl = `${baseUrl}/cardinfo.php?type=fusion%20monster&atk=gte2000&has_effect=false`;
break;
default:
Expand Down

0 comments on commit 1d5e3d4

Please sign in to comment.