forked from halo-battle/game
Revert a commit because we want to be able to limit flotte to modo
This commit is contained in:
parent
9e9a4344f2
commit
541a0e009c
4 changed files with 36 additions and 17 deletions
|
|
@ -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]) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue