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