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

Make dead creature unique state #3874

Draft
wants to merge 4 commits into
base: master
Choose a base branch
from
Draft

Make dead creature unique state #3874

wants to merge 4 commits into from

Conversation

Loobinex
Copy link
Member

@Loobinex Loobinex commented Feb 8, 2025

No description provided.

DCrSt_Dying,
enum DeadCreatureStates
{
DCrSt_Dying = CrSt_ListEnd + 1,
Copy link
Contributor

Choose a reason for hiding this comment

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

I think that's silly to do that, might as well merge both enum together. :p

Copy link
Member Author

Choose a reason for hiding this comment

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

They are not creature states though,...

Copy link
Member

Choose a reason for hiding this comment

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

maybe call them ThingStates and merge ObjectStates in there as well, can keep the per class prefix though

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.

3 participants