diff --git a/conf/base.conf b/conf/base.conf index 9758eb327b..ec660c228b 100644 --- a/conf/base.conf +++ b/conf/base.conf @@ -9,7 +9,7 @@ net { ip = "5.196.91.160" asset { domain = ${net.domain} - version = 818 + version = 819 } } play { diff --git a/ui/round/src/ctrl.js b/ui/round/src/ctrl.js index 747580fe67..6ffd0e37e2 100644 --- a/ui/round/src/ctrl.js +++ b/ui/round/src/ctrl.js @@ -354,6 +354,7 @@ module.exports = function(opts) { this.setBerserk = function(color) { if (this.vm.goneBerserk[color]) return; this.vm.goneBerserk[color] = true; + if (color !== this.data.player.color) $.sound.berserk(); m.redraw(); }.bind(this);