v0.9.3: fixed a loading error in directed sparks
This commit is contained in:
+1
-1
@@ -801,7 +801,7 @@ public class NewCavesBossLevel extends Level {
|
|||||||
if (c instanceof Pylon && c.alignment != Char.Alignment.NEUTRAL){
|
if (c instanceof Pylon && c.alignment != Char.Alignment.NEUTRAL){
|
||||||
energySourceSprite = c.sprite;
|
energySourceSprite = c.sprite;
|
||||||
break;
|
break;
|
||||||
} else if (c instanceof OldDM300){
|
} else if (c instanceof NewDM300){
|
||||||
energySourceSprite = c.sprite;
|
energySourceSprite = c.sprite;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user