sincity3000
Newbie
- Mar 18, 2018
- 30
- 20
- 133
base game function. move_employee calls change_job function from Person.rpy which has line 3335I'm playing an older version (Mod-v0.51.1.2), and I just noticed that if I've cut an employee's pay to 0 and then move them to a new division, they get their full salary back. Is that how it's supposed to work, and if not, has it been fixed in a newer version?
Code:
self.salary = self.calculate_job_salary()