1
0
mirror of https://gitlab.com/Deukhoofd/BattleSim.git synced 2025-10-27 18:00:03 +00:00

Fixed major issue with user being undefined on battle pairing, reduced sunlight effect by 40%, reduced "a high level match is being played" spam by 75%

This commit is contained in:
Deukhoofd
2016-02-24 13:02:28 +01:00
parent ed22806774
commit d243354cc2
20 changed files with 18 additions and 16 deletions

View File

@@ -133,6 +133,7 @@ $side-width = ($battle-width - $screen-width) / 2
&.sand
background linear-gradient(top, rgba(128, 64, 0, .3), rgba(64, 32, 48, .5))
&.sun
opacity 0.6!important
background rgba(255, 196, 64, .3)
.battle_pane

View File

@@ -268,7 +268,7 @@ class @Pokemon extends Backbone.Model
slugSpecies = slugify(@get('species'))
slugForme = slugify(@get('forme'))
"//pokebattle.com/dex/pokemon/#{slugSpecies}/#{slugForme}"
"//wiki.p-insurgence.com/#{slugSpecies}"
getIllu: ->
@get('illu')