Skip to content

Commit

Permalink
Maybe 32 was too much?
Browse files Browse the repository at this point in the history
  • Loading branch information
Insane96 committed Nov 1, 2021
1 parent 1607bc8 commit be2a76e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ public void initPhase() {
* Returns the maximum amount dragon may rise or fall during this phase
*/
public float getMaxRiseOrFall() {
return 32F;
return 24F;
}

/**
Expand Down

0 comments on commit be2a76e

Please sign in to comment.