Utfører små endringer. Fikser en manglende vegg i Vault Assault

This commit is contained in:
2020-04-27 18:40:23 +02:00
parent cc71a50370
commit 3530ed2b41
4 changed files with 5 additions and 4 deletions

View File

@@ -869,8 +869,8 @@ public class Board {
case WALL_LASER_TRIPLE:
laserParticleType = ParticleType.LASER_BEAM_TRIPLE;
break;
default:
throw new IllegalArgumentException("Invalid laser type encountered.");
default:
throw new IllegalArgumentException("Invalid laser type encountered.");
}
Particle laserParticle = new Particle(laserParticleType, laserDirection);
int positionX = addPosition.getXCoordinate();