1
0
mirror of https://gitlab.com/Deukhoofd/BattleSim.git synced 2025-10-28 18:20:04 +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

@@ -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')