Revision b5b570b9
Added by Leszek Koltunski over 2 years ago
src/main/java/org/distorted/objects/RubikObjectList.java | ||
---|---|---|
167 | 167 |
if( ordinal==ObjectConstants.CUBE_3 ) return 16; |
168 | 168 |
if( ordinal==ObjectConstants.CUBE_4 ) return 20; |
169 | 169 |
if( ordinal==ObjectConstants.CUBE_5 ) return 24; |
170 |
if( ordinal==ObjectConstants.BAN2_3 ) return 16; |
|
171 |
if( ordinal==ObjectConstants.BAN4_3 ) return 16; |
|
170 | 172 |
if( ordinal==ObjectConstants.PYRA_4 ) return 15; |
171 | 173 |
if( ordinal==ObjectConstants.PYRA_5 ) return 20; |
172 | 174 |
if( ordinal==ObjectConstants.MEGA_5 ) return 35; |
Also available in: Unified diff
up the number of scrambles of the BAN2 and BAN4 objects to respectively 20 and 22.