mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2024-12-23 11:42:39 -06:00
Dan's Typo.
This commit is contained in:
parent
915eff2373
commit
ebe6f9d29d
1 changed files with 1 additions and 1 deletions
|
@ -1146,7 +1146,7 @@ class DistributedBossCog(DistributedAvatar.DistributedAvatar, BossCog.BossCog):
|
|||
return seq
|
||||
|
||||
def showTitleText(self):
|
||||
if self.style.dept not in TTLocalizer.BossLocations
|
||||
if self.style.dept not in TTLocalizer.BossLocations:
|
||||
return Sequence()
|
||||
|
||||
titleText = OnscreenText.OnscreenText(TTLocalizer.BossLocations[self.style.dept], fg=(1, 1, 1, 1), shadow=(0, 0, 0, 1), font=ToontownGlobals.getSuitFont(), pos=(0, -0.5), scale=0.16, wordwrap=16)
|
||||
|
|
Loading…
Reference in a new issue