Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/jakethakur/antorax
Browse files Browse the repository at this point in the history
  • Loading branch information
PandaLegend committed Dec 3, 2023
2 parents 09610b4 + d65e400 commit 3b35f07
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.js
Original file line number Diff line number Diff line change
Expand Up @@ -5119,6 +5119,7 @@ class Hero extends Attacker {
this.weaponImageLoading = true; // don't display it yet

Loader.deleteImage("heroHeldWeapon", true);
Loader.deleteImage("heroHeldWeaponFlipped", true);

let weaponSrc = Player.inventory.weapon.image;
if (typeof Player.inventory.weapon.imageArchaeology !== "undefined") {
Expand Down

0 comments on commit 3b35f07

Please sign in to comment.