fix: small bug fixes and fix research tree#492
fix: small bug fixes and fix research tree#492EttyKitty merged 1 commit intoAdeptus-Dominus:mainfrom
Conversation
|
@coderabbitai review |
📝 WalkthroughWalkthroughThe changes update condition checks and property definitions across several modules. In the shop object, the logic for unlocking research items now uses equality checks rather than inequality, adjusting how armor and stealth research items are made available. The equipment structure script has been extended with a new property, "maintenance," initialized with a default value and set according to specific tag conditions. This script also refines bonus calculations by switching from one bonus index to another for certain tags. A minor formatting update was applied in the UI advisors script with the addition of a newline at the end of the file. In the traits script, a typographical error was corrected by renaming the key "texhnology" to "technology" within the "zealous_faith" trait definition. 📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (4)
✅ Files skipped from review due to trivial changes (2)
🔇 Additional comments (4)
🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Description of changes
zealous_faithReasons for changes
How have you tested your changes?