← Back to team overview

widelands-dev team mailing list archive

Re: [Merge] lp:~widelands-dev/widelands/bug-1818073-worker into lp:widelands

 

Okay, today I'm especially stubborn. 

if (amount == 0) {
    totalchance += 1;
} else if (amount <= 2) {
    totalchance += 6;
} else if (amount <= 4) {
    totalchance += 4;
} else if (amount <= 6) {
    totalchance += 2;
} else {
  totalchance += 8 * amount;
}
-- 
https://code.launchpad.net/~widelands-dev/widelands/bug-1818073-worker/+merge/363851
Your team Widelands Developers is subscribed to branch lp:~widelands-dev/widelands/bug-1818073-worker.


References