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

Vehicle ammo count is not shown in offline #2209

Closed
mugg91 opened this issue Nov 30, 2024 · 1 comment · Fixed by #2222
Closed

Vehicle ammo count is not shown in offline #2209

mugg91 opened this issue Nov 30, 2024 · 1 comment · Fixed by #2222
Labels
bug An *objective* unintended feature/mechanic that should be fixed

Comments

@mugg91
Copy link
Contributor

mugg91 commented Nov 30, 2024

Description

When attached in the gunner position of a vehicle (Catapult, mounted Bow), you can see the remaining ammo in online.
But in offline singleplayer, it will not be shown.

Originally mentioned and fixed in #1251

@Vam-Jam Vam-Jam added the bug An *objective* unintended feature/mechanic that should be fixed label Nov 30, 2024
@mugg91
Copy link
Contributor Author

mugg91 commented Dec 3, 2024

This seems to actually be a feature where ammo in singleplayer is infinite.
VehicleCommon.as

a.infinite_ammo = getRules().hasTag("singleplayer");

It would be nice to show an infinite symbol but other than that I guess there is no need to change this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug An *objective* unintended feature/mechanic that should be fixed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants