fairland: Make planned island sizes fair
The previous two commits put the same number of islands closest to each continent. This one makes their planned sizes match: instead of rolling dice separately for each island's size, we roll dice only for the first continent's islands. The other continent's islands get the same sizes. Actual island sizes still differ when islands can't be grown to their planned size. To be addressed next. fairland-test needs a tweak to avoid loss of test coverage. Signed-off-by: Markus Armbruster <armbru@pond.sub.org>
This commit is contained in:
parent
00bfeb833e
commit
ae988c00ba
11 changed files with 3891 additions and 3893 deletions
|
@ -17,7 +17,7 @@ $empdump -x >sandbox/plain.xdump
|
|||
cmp_out plain.xdump plain-newcap_script
|
||||
|
||||
$files -f >/dev/null
|
||||
run_and_cmp stunted $fairland -s sandbox/stunted-newcap_script -R 1 8 35 16 15 0 0 5 2
|
||||
run_and_cmp stunted $fairland -s sandbox/stunted-newcap_script -R 1 8 35 24 3 0 0 5 2
|
||||
$empdump -x >sandbox/stunted.xdump
|
||||
cmp_out stunted.xdump stunted-newcap_script
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue