Skip to content

Commit

Permalink
Delozier face
Browse files Browse the repository at this point in the history
  • Loading branch information
CorneliusPavlic committed May 9, 2024
1 parent 5088958 commit 982d672
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/playing.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ function playingFunctionality(){
healthBar.img = twoHealth;
}
else if (player.health > 10000) {
healthBar.img = delozerFace
healthBar.img = delozierFace
}
if(inventory.hasItem(trinket)){
RoomController.upstairsDoor.group.img = floorBoardImage;
Expand Down

0 comments on commit 982d672

Please sign in to comment.