fix the cog golf courses k

This commit is contained in:
John Cote 2015-05-02 11:01:08 -04:00
parent 99830ee5a7
commit a06cb1c757

View file

@ -92,7 +92,7 @@ class CountryClubInterior(BattlePlace.BattlePlace):
base.playMusic(self.music, looping=1, volume=0.8)
base.transitions.irisIn()
CountryClub = bboard.get(DistributedCountryClub.DistributedCountryClub.ReadyPost)
self.loader.hood.spawnTitleText(CountryClub.countryClubId, CountryClub.floorNum)
self.loader.hood.spawnTitleText(CountryClub.countryClubId)
self.CountryClubReadyWatcher = BulletinBoardWatcher.BulletinBoardWatcher('CountryClubReady', DistributedCountryClub.DistributedCountryClub.ReadyPost, commence)
self.CountryClubDefeated = 0