Fix Boss Cog speech font.

This commit is contained in:
John Cote 2015-07-05 19:37:38 -04:00
parent b6de2337d5
commit 0818742d44

View file

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