Skip to content

Commit

Permalink
v0.6.3: corrected the item sprite sheet value for wand of corrosion
Browse files Browse the repository at this point in the history
  • Loading branch information
00-Evan committed Feb 18, 2018
1 parent 859d958 commit e2ad549
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
public class WandOfCorrosion extends Wand {

{
image = ItemSpriteSheet.WAND_VENOM;
image = ItemSpriteSheet.WAND_CORROSION;

collisionProperties = Ballistica.STOP_TARGET | Ballistica.STOP_TERRAIN;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ private static int xy(int x, int y){
public static final int WAND_LIGHTNING = WANDS+3;
public static final int WAND_DISINTEGRATION = WANDS+4;
public static final int WAND_PRISMATIC_LIGHT= WANDS+5;
public static final int WAND_VENOM = WANDS+6;
public static final int WAND_CORROSION = WANDS+6;
public static final int WAND_LIVING_EARTH = WANDS+7;
public static final int WAND_BLAST_WAVE = WANDS+8;
public static final int WAND_CORRUPTION = WANDS+9;
Expand Down

0 comments on commit e2ad549

Please sign in to comment.