Skip to content

Update ItemMods related code #198

Open
szumigajowy wants to merge 6 commits into
ThePhrozenKeep:masterfrom
szumigajowy:szumigajowy-patch-1
Open

Update ItemMods related code #198
szumigajowy wants to merge 6 commits into
ThePhrozenKeep:masterfrom
szumigajowy:szumigajowy-patch-1

Conversation

@szumigajowy
Copy link
Copy Markdown

This starts a complete refactor of itemmods.cpp. Some of the names were obtained from the assert function in Diablo 2 Resurrected.

The functions haven't been tested yet; First, I'm going to clean up the code to make it more understandable.

{
nLevel = 1;
}
int32_t nAnvailableLevels = std::max(99 - nRequiredLevel, 1);
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Typo

Copy link
Copy Markdown

@shamimfarhan205-lgtm shamimfarhan205-lgtm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Gd

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.

4 participants