diff --git a/toontown/suit/BossCog.py b/toontown/suit/BossCog.py index 28c53391..f285df13 100755 --- a/toontown/suit/BossCog.py +++ b/toontown/suit/BossCog.py @@ -34,6 +34,7 @@ class BossCog(Avatar.Avatar): def __init__(self): Avatar.Avatar.__init__(self) self.setFont(ToontownGlobals.getSuitFont()) + self.setSpeechFont(ToontownGlobals.getSuitFont()) self.setPlayerType(NametagGroup.CCSuit) self.setPickable(0) self.doorA = None