Beispiel #1
0
 public function Choix()
 {
     $choix = parent::Choix();
     array_push($choix, "Projectile Magique");
     return $choix;
 }
Beispiel #2
0
 public function Choix()
 {
     $choix = parent::Choix();
     return $choix;
 }
Beispiel #3
0
 public function Choix()
 {
     $choix = parent::Choix();
     array_push($choix, "Guérison");
     return $choix;
 }