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

FWA discreteDistance adjustements #1

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

Conversation

Drofseh
Copy link

@Drofseh Drofseh commented Dec 8, 2023

Change FWA weapons that use yards to use metres.

For example
discreteDistance[] = {180, 275, 365, 455, 550, 640, 730, 820, 915, 1005, 1095, 1185, 1280, 1370, 1460};
Which is actually 200, 300, 400, etc, yards
Becomes
discreteDistance[] = {200, 300, 400, 500, 600, 700, 800, 900, 1000, 1100, 1200, 1300, 1400, 1500, 1600};
While this techincally makes the weapons less true to life, it's a significant QOL improvement since Arma is entirely metic.

I believe the inheritance is correct, but this should be built and tested for Updating Base Class type errors

  • tested for UBCs

I also standardized white space in this file. Tabs to spaces, and opening brackets on the same line as class.

Change FWA weapons that use yards to use metres.
100 yards becomes 100 metres.
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.

1 participant