task/20210226/various_fix #21

Merged
nemunaire merged 5 commits from task/20210226/various_fix into master 2021-02-27 08:57:26 +00:00
Showing only changes of commit ff69ed0d54 - Show all commits

Correction de la techno expansion, elle est désormais constructible jusqu'au niveau 18

Nigel Sheldon 2021-02-26 18:43:33 +01:00

View file

@ -1617,6 +1617,9 @@ class dTechnologies implements Donnees
array("technologies", 1, 0), array("technologies", 1, 0),
array('batiments', 6, 2) array('batiments', 6, 2)
), ),
array(
array("technologies", 8, 0)
),
array( array(
array("technologies", 8, 1) array("technologies", 8, 1)
), ),
@ -1668,9 +1671,6 @@ class dTechnologies implements Donnees
array( array(
array("technologies", 8, 17) array("technologies", 8, 17)
), ),
array(
array("technologies", 8, 18)
),
); );
break; break;
default: default: