v0.6.1b: fixed uncommon crashes caused by new mirror image logic
This commit is contained in:
+1
-1
@@ -89,7 +89,7 @@ public class ScrollOfMirrorImage extends Scroll {
|
|||||||
int index = Random.index( respawnPoints );
|
int index = Random.index( respawnPoints );
|
||||||
|
|
||||||
MirrorImage mob = new MirrorImage();
|
MirrorImage mob = new MirrorImage();
|
||||||
mob.duplicate( curUser );
|
mob.duplicate( hero );
|
||||||
GameScene.add( mob );
|
GameScene.add( mob );
|
||||||
ScrollOfTeleportation.appear( mob, respawnPoints.get( index ) );
|
ScrollOfTeleportation.appear( mob, respawnPoints.get( index ) );
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user