fix(game/abstractmobs): use right var for pp
This commit is contained in:
parent
99ce270a48
commit
977d4bac16
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ end
|
||||||
|
|
||||||
function AbstractMobParent:initLife()
|
function AbstractMobParent:initLife()
|
||||||
self.hp = self.stats.hpmax
|
self.hp = self.stats.hpmax
|
||||||
self.mp = self.stats.mpmax
|
self.pp = self.stats.ppmax
|
||||||
self.status = 0
|
self.status = 0
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue