Revision 4e9aaebd
Added by Leszek Koltunski about 1 year ago
src/main/java/org/distorted/bandaged/BandagedPlayScreen.java | ||
---|---|---|
94 | 94 |
{ |
95 | 95 |
ObjectControl control = act.getControl(); |
96 | 96 |
int duration = BaseEffect.Type.FAST_SCRAMBLE.getDuration(); |
97 |
//control.fastScrambleObject(duration,NUM_SCRAMBLES); |
|
98 |
control.scrambleObject(10); |
|
97 |
control.fastScrambleObject(duration,NUM_SCRAMBLES); |
|
99 | 98 |
mMovesController.clearMoves(act); |
100 | 99 |
} |
101 | 100 |
}); |
Also available in: Unified diff
fix for scrambling