v2.5.3: fixed incorrect save conversion for old Flashbang bombs
This commit is contained in:
committed by
Evan Debenham
parent
f453564071
commit
fb08349cf6
@@ -55,7 +55,7 @@ public class ShatteredPixelDungeon extends Game {
|
||||
"com.shatteredpixel.shatteredpixeldungeon.items.bombs.ShockBomb" );
|
||||
com.watabou.utils.Bundle.addAlias(
|
||||
com.shatteredpixel.shatteredpixeldungeon.items.bombs.SmokeBomb.class,
|
||||
"com.shatteredpixel.shatteredpixeldungeon.items.bombs.FlashBang" );
|
||||
"com.shatteredpixel.shatteredpixeldungeon.items.bombs.Flashbang" );
|
||||
|
||||
//pre-v2.5.0
|
||||
com.watabou.utils.Bundle.addAlias(
|
||||
|
||||
Reference in New Issue
Block a user