codesidian / Python-MissionChiefBot

A Python bot for the online game MissionChief
Other
13 stars 15 forks source link

Missions that dont have patients in requirements dont dispatch ambos despite needing them #43

Closed Stiker839 closed 4 years ago

Stiker839 commented 4 years ago

Describe the bug A clear and concise description of what the bug is.

Upload your debug.log file Upload or add the ouput of the debug.log if short enough otherwise upload and include the link with your report.

To Reproduce Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior A clear and concise description of what you expected to happen.

Screenshots If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

Additional context Add any other context about the problem here.

jackbayliss commented 4 years ago

This is a known issue, mostly because ambos don't appear in requirements this makes them difficult to read when required along side with other vehicles. I do however have a possible work around so i'll leave this open.

jackbayliss commented 4 years ago

This is a fix that can be manually added, you can alter your json to include the ambulances. I'm hoping to code something in that can read the ambulances and potentially add them into the requirements at a later stage.

jackbayliss commented 4 years ago

Fixed with https://github.com/codesidian/Python-MissionChiefBot/commit/649aea53f87729b522b2be8870f393ea10b67dc1 they should now appear as max patients.