mirror of
https://gitlab.com/Deukhoofd/BattleSim.git
synced 2025-10-28 18:20:04 +00:00
Added Find Battle Unranked
This commit is contained in:
@@ -161,7 +161,7 @@ class @BattleView extends Backbone.View
|
||||
team = $this.data('team')
|
||||
slot = $this.data('slot')
|
||||
pokemon = @model.getPokemon(team, slot)
|
||||
@pokemonPopover($this, pokemon)
|
||||
#@pokemonPopover($this, pokemon)
|
||||
@renderTimers()
|
||||
this
|
||||
|
||||
@@ -278,6 +278,8 @@ class @BattleView extends Backbone.View
|
||||
$newPokemon.attr('data-slot', slot)
|
||||
$newPokemon.removeClass('hidden')
|
||||
@pokemonPopover($newSprite, pokemon)
|
||||
|
||||
pokemon.set('beeninbattle', true)
|
||||
|
||||
@cannedText('SENT_OUT', player, player, slot)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user