v0.6.1b: fixed uncommon crashes caused by new mirror image logic

This commit is contained in:
Evan Debenham 2017-08-23 18:08:21 -04:00
parent 3ff7ccdbaf
commit 5c342e1afa

View File

@ -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 ) );