level 5 is too hard - reduce llama % by 10.
This commit is contained in:
parent
4db6dd2c5f
commit
2c6a818f65
2
cat.html
2
cat.html
|
@ -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 } );
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue