Skip to content

Court Physician issue #180

@schwarherz

Description

@schwarherz

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    CleanSlate BugSomething isn't working (and it's our fault)bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions