-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Fix CI failures, blazemod errors, fix speedloaders #35804
Conversation
The install time for all other gunmods is commented out, it doesn't appear to work right now. One description was missing a space. Add an uncomfortable grip gunmod and have it installed by default on the remington 870 MCS, instead of the handling modifier which does not work.
Done at the request of tenmillimaster
988e1be
to
ca984d5
Compare
Looks good. |
Can you also fix the description for "shot_speedloader8"? It says 6-shot instead of 8. It's a really small copy-paste mistake, sad to create an individual PR for it |
Why? 😢 |
Okay, all the tests pass, this is no longer WIP. Not super happy with how I fixed the ranged balance tests, just felt like it was fudging with numbers. Not sure if there's a better way.
I'm not super happy doing a lot of stuff in one PR, I'm only doing the speed-loader fix in this because 10millimaster asked me to. I will do that in a separate PR.
The intent originally appeared to be including a permanent -6 handling modifier on the gun, this has the same effect. |
"Uncomfortable Grip"? dude, why does that exists in the first place? and if it actually "enhance" the recoil, why would anyone use it ? |
Summary
SUMMARY: None
Purpose of change
Fix CI failures.
Fix some issues from #34638
Describe the solution
Install time is commented out for all other gunmods, it doesn't appear to work.
One description was missing a space.
Add a default uncomfortable grip gunmod onto the remington 870 MCS. It is irremovable.
Testing
Ran
tests/cata_test
, noticed that it did not give me the errors it gave before I made these changes.Additional Context
I want @tenmillimaster to give feedback before it is merged, so it's WIP.