-
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
Update the long pole #75762
Update the long pole #75762
Conversation
long pole -> soaking long pole time 1 hr 40 m -> 2 hr 40 m wooden beam -> long wooden post
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: TheShadowFerret <99621099+TheShadowFerret@users.noreply.github.com>
./tests/item_test.cpp:757: FAILED: And soaking long pole is a weapon but wasn't added to the expected dps test |
../tests/effective_dps_test.cpp:294: FAILED: |
What are the stats of the character for the test? I'm supposed to estimate an average dps but I'm not sure how. |
It's 10/10/10/10 guy with 4 in all melee skills. Cataclysm-DDA/tests/effective_dps_test.cpp Lines 240 to 258 in 92ef2d6
|
update long pole dps
So that's what that value meant. I feel like an idiot. Oh well, now it passed. I was testing it in debug mode and looking at the item description for the dps, but it was incorrect even with the character set to be like the debug man. But now I am getting this error: What is that? I didn't mess with any vehicle parts. |
This error isn't related to your PR. |
Summary
Features "Updates the long pole"
Purpose of change
I noticed the recipe for the long pole is similar to the spear shaft in some ways. You could cut the period where the player watches oil soak into the wood. I also updated it's to-hit calculation and made it's construction more realistic using a long wooden post rather than a complete wooden beam.
Describe the solution
Describe alternatives you've considered
Leave the long pole alone. Maybe adopt some of these changes and leave others.
Testing
Tested on my computer in debug mode.
Additional context