Skip to content
Snippets Groups Projects
Commit 2dc962c6 authored by Camille Okubo's avatar Camille Okubo
Browse files

Emergency energy fix

parent 8c4aff08
No related branches found
No related tags found
No related merge requests found
...@@ -118,7 +118,7 @@ class Main { ...@@ -118,7 +118,7 @@ class Main {
Display.newPrintln(enemy.toString()); Display.newPrintln(enemy.toString());
//Display.clearDialogBox(); //Display.clearDialogBox();
if (player.isExhausted()) player.currentHealth = 0;
if (enemy.isDead()){ if (enemy.isDead()){
level.ennemyDying(); level.ennemyDying();
player.revive(); player.revive();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment