sheep jump twice as often

This commit is contained in:
Charlie Wang 2013-07-12 08:41:42 -04:00
parent 3e06213fc5
commit c2568e3df2

View File

@ -178,6 +178,8 @@ public class DiscoParty {
if (doFireworks) {
spawnRandomFireworkAtSheep(sheep);
}
}
if (state % 4 == 0) {
if (doJump) {
jumpSheep(sheep);
}