v2.0.0: fixed some vfx not appearing right as chars are spawned by multi
This commit is contained in:
+2
-1
@@ -110,8 +110,9 @@ public class Multiplicity extends Armor.Glyph {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (!spawnPoints.isEmpty()) {
|
if (!spawnPoints.isEmpty()) {
|
||||||
|
m.pos = Random.element(spawnPoints);
|
||||||
GameScene.add(m);
|
GameScene.add(m);
|
||||||
ScrollOfTeleportation.appear(m, Random.element(spawnPoints));
|
ScrollOfTeleportation.appear(m, m.pos);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user