Revert a commit because we want to be able to limit flotte to modo

This commit is contained in:
Nigel Sheldon 2021-01-29 12:17:08 +01:00
commit 541a0e009c
4 changed files with 36 additions and 17 deletions

View file

@ -23,7 +23,8 @@ if ($SESS->values["prepFlottes"][$idPrep]['type'] == 1) {
if ($SESS->values["prepFlottes"][$idPrep]['vaisseaux'][2]) {
$missions[2] = "Coloniser";
}
if ($planete->technologies[7]& 16 && $VAR["attaques"]) {
//Stratégie millitaire est nécessaire
if ($planete->technologies[3]& 4096 && $VAR["attaques"]) {
$missions[3] = "Attaquer";
}
if ($SESS->values["prepFlottes"][$idPrep]['type'] == 1 && $SESS->values["prepFlottes"][$idPrep]['vaisseaux'][3]) {