From ebe6f9d29d0709b9f73c586f5a3ff64ea80406be Mon Sep 17 00:00:00 2001 From: Loudrob Date: Sat, 4 Jul 2015 07:51:23 -0400 Subject: [PATCH] Dan's Typo. --- toontown/suit/DistributedBossCog.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/toontown/suit/DistributedBossCog.py b/toontown/suit/DistributedBossCog.py index 1990d9c4..a12143a7 100755 --- a/toontown/suit/DistributedBossCog.py +++ b/toontown/suit/DistributedBossCog.py @@ -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)