(team)
| 371 | } |
| 372 | |
| 373 | setTeam (team) { |
| 374 | if (!_.isString(team)) { team = team != null ? team.team : undefined } |
| 375 | if (team == null) { team = 'humans' } |
| 376 | me.team = team |
| 377 | return Backbone.Mediator.publish('level:team-set', { team }) |
| 378 | } |
| 379 | |
| 380 | // Dynamic sound loading |
| 381 |
no test coverage detected