This commit is contained in:
Deukhoofd 2016-05-21 01:24:58 +02:00
parent ac740143ee
commit ff5bc76159
1 changed files with 1 additions and 1 deletions

View File

@ -133,7 +133,7 @@ class @Pokemon
try
@ppHash[move.name] = @maxPPHash[move.name] = pp || (move.pp * 8/5)
catch error
print error
console.log(error)
setType: (newType) ->
@types = newType