level 5 is too hard - reduce llama % by 10.

This commit is contained in:
Rob Pearce 2016-08-26 16:33:28 +10:00
parent 4db6dd2c5f
commit 2c6a818f65
2 changed files with 2 additions and 4 deletions

View File

@ -3704,7 +3704,7 @@ function getrandomtype() {
thinglist.push({ type: 'special', pct: 10 } );
}
if (!game.isbanned(curlevel, 'goat')) thinglist.push({ type: 'goat', pct: 10 } );
if (!game.isbanned(curlevel, 'llama')) thinglist.push({ type: 'llama', pct: 20 } );
if (!game.isbanned(curlevel, 'llama')) thinglist.push({ type: 'llama', pct: 10 } );
if (!game.isbanned(curlevel, 'food')) thinglist.push({ type: 'food', pct: 40 } );
if (!game.isbanned(curlevel, 'cat')) thinglist.push({ type: 'cat', pct: 45 } );
}

4
todo
View File

@ -32,11 +32,9 @@ https://www.smashingmagazine.com/2012/10/design-your-own-mobile-game/
----------
----------
don't set dirty on mousemove unles your'e doing something
fireworks when you achieve a goal
*flash for now
fireworks later.