-
Notifications
You must be signed in to change notification settings - Fork 0
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
Should the nurse vaccinate walking patients too? #18
Comments
Oh dear this is an action queue issue hides. If possible can you try and capture a save before it occurs or try and see what the action queue of the nurse looks like and it's likely i have a fight on my hands now :P |
If you load the save I sent you a few days ago and create an epidemic from the cheat menu, it will spread pretty well. I think the vaccination thing still needs some work though, at the moment you can have nurse quite close to marked victims who are sat down and they ignore them most times. Perhaps it should become a greater priority or something? |
Actually I just noticed that the nurses that are just standing around also have the two meanders in their action queues, they were stood still rather than the moonwalk which is why I thought they were either lazy or ignoring the marked victims. Error in timer handler: |
Line 610 in epidemic I have changed to nurse:setNextAction({name="meander"}) from queue action. Nurses don't appear to prioritise vaccinating at all, for a few tests I hired an extra 4 or 5 and they prefer to wander around. |
I wondered if I managed to put two meanders in when I was fiddling! Best of luck if you are playing with the action queue, it's a a foul beastie! I did try something like seek patients but moving targets are no fun, try adjusting the "test_radius" in the calls dispatcher (search for this variable) which will make nurses move in from further away. It may just be nurses have to be idle in order to vaccinate, I may try relaxing this condition if you still have lazy nurses! It has been said nurses don't go too much out of their way to vaccinate but they should try at least to do some, the radius changing will help this. I'm pretty swamped with all this new information you are giving me, it's very helpful but need to get to grips with it over the next few days and i'll be more useful after that! |
The vaccination whilst sitting down works just nice when the patients are sat down waiting (I changed the radius to 10), but they spend a lot of time walking around. And as for your question, each time you have done a change I have downloaded your branch again so I am always working on the latest. Unless I have been trying something out that is, in which case it will be your latest with some changes. In testing I have sometimes loaded an old save, like when I realised what it might be why I was not seeing spreading, so I tried a few things out to confirm my thoughts. |
Nurse walks on the spot is fixed I reckon so as this now includes other comments I am changing the heading |
I could well be fixed but I want to wait until we have multiple nurses vaccinating then we can really tell. But changing the topic is fine, we can discuss anything about nurses here. I hope to have time this week to make some of these changes, I ended up being busy at the end of last week, i'm back at work now to but we'll see. |
I think for release we can leave nurses how they are. We'll leave this issue open for post-release if we decide to do something about how the nurses behave. |
Now that I have spreading epidemics I have noticed that on an unsuccessful vaccination attempt the nurse can end up walking on the spot. You have to pick her up to break the loop.
The text was updated successfully, but these errors were encountered: