Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Court Physician issue #180

Closed
schwarherz opened this issue Dec 15, 2023 · 0 comments · Fixed by #217
Closed

Court Physician issue #180

schwarherz opened this issue Dec 15, 2023 · 0 comments · Fixed by #217
Labels
bug Something isn't working CleanSlate Bug Something isn't working (and it's our fault)

Comments

@schwarherz
Copy link
Contributor

schwarherz commented Dec 15, 2023

From Silversweeper in the forum:

RIP.5060 ("My relative is ill; keep pestering me about this sort of thing?") shows the "I should look for a Court Physician!" option even when you have one. Putting

else = {
    random_courtier_or_vassal = {
        limit = { has_minor_title = title_court_physician }
        save_event_target_as = court_physician
    }
}

after the if block in the immediate and replacing the NOR = { has_asssigned_minor_title = title_court_physician } with event_target:court_physician = { always = no } in the "I should look for a Court Physician!" option and and similarly replacing has_asssigned_minor_title = title_court_physician with event_target:court_physician = { always = yes } in the "Help them with the illness!" option seems to fix it.

@schwarherz schwarherz added bug Something isn't working CleanSlate Bug Something isn't working (and it's our fault) labels Dec 15, 2023
schwarherz added a commit that referenced this issue Oct 10, 2024
These should fix #180 and #181. Need to be tested before merging.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working CleanSlate Bug Something isn't working (and it's our fault)
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant