Skip to content

Commit

Permalink
Quito el equipar en jugador
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisEFS committed Jun 17, 2019
1 parent 261649b commit 6b3b520
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/fiuba/algo3/tp2/jugador/Jugador.java
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@ public Jugador() throws NoSePuedeInicializarJugador {
Herramienta hachaDeMadera = HerramientaFactory.newHachaDeMadera();
try {
inventario.almacenar(hachaDeMadera);
equipar(1);
}catch(InventarioLlenoException | NoSePudoAlmacenarItemException | EspacioVacioException e) {
}catch(InventarioLlenoException | NoSePudoAlmacenarItemException e) {
throw new NoSePuedeInicializarJugador(e);
}

Expand Down

0 comments on commit 6b3b520

Please sign in to comment.