mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2025-01-09 17:53:50 +00:00
Fix Boss Cog speech font.
This commit is contained in:
parent
b6de2337d5
commit
0818742d44
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue