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:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user