v0.9.3: fixed a loading error in directed sparks

This commit is contained in:
Evan Debenham 2021-04-19 17:54:26 -04:00
parent b9061ce149
commit 815d9383b7

View File

@ -801,7 +801,7 @@ public class NewCavesBossLevel extends Level {
if (c instanceof Pylon && c.alignment != Char.Alignment.NEUTRAL){
energySourceSprite = c.sprite;
break;
} else if (c instanceof OldDM300){
} else if (c instanceof NewDM300){
energySourceSprite = c.sprite;
}
}