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

Flag for all spell immunities #2934

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

Flag for all spell immunities #2934

wants to merge 3 commits into from

Conversation

Loobinex
Copy link
Member

@Loobinex Loobinex commented Jan 5, 2024

Creatures can be immune to any spell effect, not just gas, chicken and disease.

@@ -47,7 +47,6 @@ enum CreatureModelFlags {
CMF_IsLordOTLand = 0x0008, // simply, Knight
CMF_IsSpectator = 0x0010, // simply, Floating spirit
CMF_IsEvil = 0x0020, // All evil creatures
CMF_NeverChickens = 0x0040, // Cannot be affected by Chicken (for Avatar)
Copy link
Contributor

Choose a reason for hiding this comment

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

shouldn't this one replaced with a dummied out property instead?
disease is ok to be removed cause is at end of list but for that one there is a hole now or I'm misunderstanding it 🤔

Copy link
Member Author

Choose a reason for hiding this comment

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

yes, will add some comments there sure

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.

None yet

2 participants