cameroncondry / cbc-kitten-scientists

Add-on for the wonderful incremental browser game: http://kittensgame.com/web/
MIT License
114 stars 94 forks source link

fastHuntContainer is deprecated #327

Closed bloodrizer closed 3 years ago

bloodrizer commented 3 years ago

https://github.com/cameroncondry/cbc-kitten-scientists/blob/8f6c22f4d45a56324adc4913b2a6922e7a9f6734/kitten-scientists.user.js#L2029

Please use (catpower.value >= 100) && (!game.challenges.isActive("pacifism")) for fastHunt mode detection for a time being. I will provide ui.isFastHuntAvailable() method in the next beta update.

https://discord.com/channels/392946190607581184/395596016188915722/854619937078509578

oliversalzburg commented 3 years ago

Thanks for bringing this up and providing the working code.