Beispiel #1
0
void Nivel::agregarFlor(Flor f, Posicion p){
  this->_soles = this->_soles - pow(2,f.habilidadesF().size());
  this->_flores.push_back(FlorEnJuego(f,p,f.vidaF()));
}