filthy timeout

This commit is contained in:
ntr
2018-10-23 16:51:12 +11:00
parent af9f2c479d
commit cf7501b442
4 changed files with 45 additions and 2 deletions
+1
View File
@@ -7,6 +7,7 @@ const Game = require('./game');
const addState = connect(
function receiveState(state) {
const { ws, game, account, activeSkill, activeIncoming } = state;
function selectSkillTarget(targetTeamId) {
if (activeSkill) {
return ws.sendGameSkill(game.id, activeSkill.crypId, targetTeamId, activeSkill.skill);