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

Field Rations - Improve Vehicle Watersource Actions #10676

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mrschick
Copy link
Contributor

When merged this pull request will:
Changes moved here from #10675.

  • Add water actions directly to the vehicle instead of the helper object if the vehicle has no custom "waterActionPosition".
    This was causing the helper object to be attached to the center of the vehicle, making the interaction almost impossible to access from the outside.
  • Allow accessing the water source of vehicles with no custom "waterActionPosition" from the inside.

Fix unreachable water actions on vehicles with no waterActionOffset
Allow water actions from within a vehicle with no waterActionOffset
@johnb432
Copy link
Contributor

* Allow accessing the water source of vehicles with no custom `"waterActionPosition"` from the inside.

I don't understand in which cases this is useful or wanted. Can you elaborate?

@mrschick
Copy link
Contributor Author

Basically to allow accessing of a water canister that is mounted inside of a vehicle (i.e: that in a Bradley), as opposed to water cargo with an exterior faucet like the IDAP truck.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants