mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2024-12-23 11:42:39 -06:00
Potential fix for laff meter overlapping
This commit is contained in:
parent
0686115b24
commit
6dd6ad8951
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ class TownBattleToonPanel(DirectFrame):
|
|||
messenger.send(self.avatar.uniqueName('hpChange'), [avatar.hp, avatar.maxHp, 1])
|
||||
return None
|
||||
else:
|
||||
if self.avatar:
|
||||
if self.avatar or self.laffMeter:
|
||||
self.cleanupLaffMeter()
|
||||
self.avatar = avatar
|
||||
self.laffMeter = LaffMeter.LaffMeter(avatar.style, avatar.hp, avatar.maxHp)
|
||||
|
|
Loading…
Reference in a new issue