sheep jump twice as often
This commit is contained in:
parent
3e06213fc5
commit
c2568e3df2
@ -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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user