forked from halo-battle/game
Version 1.7i
This commit is contained in:
parent
8a8280758b
commit
ba5e741c99
136 changed files with 2561 additions and 2105 deletions
|
|
@ -5,6 +5,11 @@ $titre = 'Arbre des technologies';
|
|||
|
||||
if (empty($_GET['q'])) $_GET['q'] = '';
|
||||
$template->assign('defaut',$_GET['q']);
|
||||
if (empty($_GET['r']) || ($_GET['r'] != 'humain' && $_GET['r'] != 'covenant')) $_GET['r'] = $queryUser['race'];
|
||||
|
||||
$race = $_GET['r'];
|
||||
if ($race != $queryUser['race']) include(_FCORE."hb_game/noms.php");
|
||||
$template->assign('raceAff', $race);
|
||||
|
||||
$TEMP_batiments = array();
|
||||
$nb=count($batiment);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue