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

Fixed body window to show broken limb healing progress. #36550

Merged
merged 2 commits into from
Dec 30, 2019

Conversation

Ramza13
Copy link
Contributor

@Ramza13 Ramza13 commented Dec 30, 2019

Summary

SUMMARY: Bugfixes "Fixed body window to show broken limb healing progress."

Purpose of change

Fixes #23634

Describe the solution

The body window (the menu to choose a body part to use healing items on and lets you examine NPC wounds) ignored wound healing. It now displays wound healing progress and text. Additionally while fixing this I discovered several places where hp was being checked to test for a broken limb and updated those to use the is_limb_broken method instead.

Describe alternatives you've considered

Testing

Additional context

@ZhilkinSerg ZhilkinSerg added [C++] Changes (can be) made in C++. Previously named `Code` Info / User Interface Game - player communication, menus, etc. Mechanics: Character / Player Character / Player mechanics Mechanics: Effects / Skills / Stats Effects / Skills / Stats labels Dec 30, 2019
@kevingranade kevingranade merged commit 5b3dcd7 into CleverRaven:master Dec 30, 2019
@Ramza13 Ramza13 deleted the npc_splint branch December 30, 2019 10:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[C++] Changes (can be) made in C++. Previously named `Code` Info / User Interface Game - player communication, menus, etc. Mechanics: Character / Player Character / Player mechanics Mechanics: Effects / Skills / Stats Effects / Skills / Stats
Projects
None yet
Development

Successfully merging this pull request may close these issues.

When checking NPC's wounds it doesn't show healing progress on broken limbs
3 participants