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

Emergency energy fix

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