mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2024-12-24 04:02:40 -06:00
Merge branch 'master' of https://github.com/stevetts/tts_src
This commit is contained in:
commit
3f55a00f0e
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