-
Notifications
You must be signed in to change notification settings - Fork 3
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
New mob affixes #664
base: develop
Are you sure you want to change the base?
New mob affixes #664
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Two comments
|
||
return true; | ||
} | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think these should just be individual files tbh. I find these classes with multiple classes within it a bit hard to find sometimes.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Alright, I was just following what had already been set up - DoubleLife was nested in a LifeAffixes class.
{ | ||
public override bool PreAI(NPC npc) | ||
{ | ||
if (npc.life < npc.lifeMax) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shouldn't this be looking for half health? Doesn't look like it is
Good to re-review. |
Link Issues
Resolves: #659
Resolves: #658
Resolves: #657
Resolves: #656
Resolves: #655
Description of Work