This commit is contained in:
John 2015-07-06 02:39:35 +03:00
commit 3f55a00f0e

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