sheep jump twice as often
This commit is contained in:
@@ -178,7 +178,9 @@ public class DiscoParty {
|
|||||||
if (doFireworks) {
|
if (doFireworks) {
|
||||||
spawnRandomFireworkAtSheep(sheep);
|
spawnRandomFireworkAtSheep(sheep);
|
||||||
}
|
}
|
||||||
if(doJump){
|
}
|
||||||
|
if (state % 4 == 0) {
|
||||||
|
if (doJump) {
|
||||||
jumpSheep(sheep);
|
jumpSheep(sheep);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user