1
0
mirror of https://gitlab.com/Deukhoofd/BattleSim.git synced 2025-09-01 16:37:20 +00:00
This commit is contained in:
Deukhoofd 2016-05-21 01:24:58 +02:00
parent ac740143ee
commit ff5bc76159

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