drops for zones

This commit is contained in:
ntr
2019-01-13 18:13:15 +11:00
parent feacd368a1
commit e05b7e05b9
10 changed files with 98 additions and 52 deletions
+1 -1
View File
@@ -114,7 +114,7 @@ class MenuNavigation extends Phaser.Scene {
.setOrigin(0)
.on('pointerdown', () => {
const team = this.registry.get('cryps').filter(c => c.active).map(c => c.id);
ws.sendGamePve(team, 'Normal');
ws.sendGamePve(team);
return this.scene.restart();
});
this.add