woops
This commit is contained in:
parent
ac740143ee
commit
ff5bc76159
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue