This commit is contained in:
Nick Winter 2014-05-16 10:04:03 -07:00
commit 5d30cc7eab

View file

@ -198,7 +198,8 @@ module.exports = class PlayLevelView extends View
for spellTeam, spells of @session.get('teamSpells') ? @otherSession?.get('teamSpells') ? {}
continue if spellTeam is myTeam or not myTeam
opponentSpells = opponentSpells.concat spells
if (not @session.get('teamSpells')) and @otherSession?.get('teamSpells')
@session.set('teamSpells',@otherSession.get('teamSpells'))
opponentCode = @otherSession?.get('transpiledCode') or {}
myCode = @session.get('code') or {}
for spell in opponentSpells