Ajout des derniers développement #1

Merged
kazhnuz merged 68 commits from chronicles-cbs into master 2020-08-02 11:14:18 +02:00
Showing only changes of commit 977d4bac16 - Show all commits

View file

@ -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