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