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