mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2024-10-31 08:47:54 +00:00
fix the cog golf courses k
This commit is contained in:
parent
99830ee5a7
commit
a06cb1c757
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue