diff --git a/game/game_roles/role_mother/role_mother_work.rpy b/game/game_roles/role_mother/role_mother_work.rpy index ec1e6438494e9c37c6b8cccf33536c5366087e0b..e49859b68017529d2a1f043f61c283c80d48b56c 100644 --- a/game/game_roles/role_mother/role_mother_work.rpy +++ b/game/game_roles/role_mother/role_mother_work.rpy @@ -1386,7 +1386,7 @@ label mom_convince_quit_label(the_person): the_person "Of course, that sounds reasonable." $ the_person.salary_modifier = 0 - $ the_person.salary = calculate_base_salary() + $ the_person.salary = the_person.calculate_base_salary() "Pay her nothing.\nRequires: 130 Obedience (disabled)" if the_person.obedience < 130: pass