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

More string consts into single file (CleverRaven#38189) #89

Merged
merged 26 commits into from
Feb 21, 2020

Conversation

fengjixuchui
Copy link
Owner

Summary

Purpose of change

Describe the solution

Describe alternatives you've considered

Testing

Additional context

KorGgenT and others added 26 commits February 19, 2020 21:30
One of the changes introduced in PR #37787 dropped the conditional check
for character strength being *equal* to exertion required, and instead
applied the "It takes some time" movement penalty to everyone
(regardless of strength).

And, due to the first `if` being changed to `ex >= u.get_str() + 1`,
there was no case for `ex == u.get_str()`, allowing characters with a
very specific strength, just 1 less than the strength needed, to avoid
any movement penalty at all.

Fixes #38104

The pain penalty is preserved (with comment), and a narrower condition
(potentially matching 2 different strength stat values) gives the "It
takes some time" message with the same movement penalty.

Any character with sufficient (or more than sufficient) strength to drag
the vehicle will see no message and receive no additional movement
penalty.
Don't penalize strong characters for dragging vehicles
Move string consts/rename string consts
add lore documentation to the magiclysm mod
- allow build properties override from local.properties;
- report values for build properties.
Updated Android build process (2020-02-21)
Added "Trap Back button" option to Android prelaunch menu
Skills were in arbitrary order, making it annoying to find and modify
skills for debugging. This alphabetizes them to make devs' lives easier.
Alphabetize the debug skill wishlist
@fengjixuchui fengjixuchui merged commit e3f8a66 into fengjixuchui:master Feb 21, 2020
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.

8 participants