v0.9.3: fixed a loading error in directed sparks
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user