Version 1.12

This commit is contained in:
nemunaire 2009-11-01 12:00:00 +01:00
commit de31cd3e9a
1373 changed files with 156282 additions and 45238 deletions

View file

@ -8,7 +8,7 @@
*
*
***************************************************************************/
class Alliance extends File{
class Alliance extends Surface{
var $id,
$race,
$fondateur,
@ -24,12 +24,7 @@ class Alliance extends File{
$credits,
$metal,
$cristal,
$hydrogene,
$file_abat,
$file_vais,
$alli_batiments = array(),
$vaisseaux = array(),
$modif = array();
$hydrogene;
/**
* Constructeur
@ -66,7 +61,7 @@ class Alliance extends File{
$this->hydrogene = $alli["hydrogene"];
foreach($alli_batimentVAR as $bat){
$this->alli_batiments[] = $alli[$bat];
$this->batiments[] = $alli[$bat];
}
$this->file_bat = unserialize($alli["file_bat"]);