Implement political benefits management in FalukantFamilyWorker and SQL: Introduced a new structure for handling lover relationships, including political slots and reputation ticks. Updated SQL queries to support political benefits, ensuring proper handling of appointments and reputation gains. Enhanced the FalukantFamilyWorker logic to manage free political slots and maintain relationships effectively. Improved documentation for clarity on the new political benefits features and their integration into the existing system.
All checks were successful
Deploy yourpart (blue-green) / deploy (push) Successful in 2m55s

This commit is contained in:
Torsten Schulz (local)
2026-04-02 15:46:37 +02:00
parent 21525ec125
commit ac024a8d14
7 changed files with 441 additions and 11 deletions

View File

@@ -17,6 +17,7 @@ mod falukant_certificate;
mod falukant_servants;
mod falukant_debtors;
mod falukant_transport_raid;
mod political_benefits;
mod sql;
pub use base::Worker;