mirror of
https://github.com/RandomityGuy/MBHaxe.git
synced 2025-10-30 08:11:25 +00:00
fix gem hunt respawns
This commit is contained in:
parent
c7db01a5ee
commit
36a6020ef7
1 changed files with 5 additions and 0 deletions
|
|
@ -226,6 +226,11 @@ class HuntMode extends NullMode {
|
|||
for (gemSpawn in gemSpawnPoints) {
|
||||
var vec = gemSpawn.position;
|
||||
gemOctree.insert(new GemOctreeElem(vec, gemSpawn));
|
||||
if (gemSpawn.gem != null) {
|
||||
gemSpawn.gem.setHide(true);
|
||||
gemSpawn.gem.pickedUp = true;
|
||||
gemSpawn.gemBeam.setHide(true);
|
||||
}
|
||||
}
|
||||
|
||||
if (activeGemSpawnGroup != null) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue