-
-
Notifications
You must be signed in to change notification settings - Fork 682
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
Fixes Lazarus injector has a small bug + Lazarus QoL #9767
Conversation
else // only do this to mindless mobs | ||
M.faction = list("neutral") |
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.
Why do we only want to set the faction for mindless mobs?
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.
yeah I think it's better to remove
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 this is intended behaviour, to make the simple mob non agressive, mindless doesn't mean it has no AI
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.
Thought the faction being set to neutral thing was on purpose, to make them non hostile anymore
So, what do I do? |
About The Pull Request
Fixes Lazarus injector has a small bug
Why It's Good For The Game
bug fix good
Testing Photographs and Procedure
Changelog
🆑
fix: Lazarus injector will not accidentally change faction status when it has a player mind.
fix: Mobs with player mind that are revived by Lazarus injector will have their AI status off, so that people will not be attacked randomly.
add: Lazarus injector will not revive a mob with an unrevivable mind. If it revives a mob, it will notify its ghost.
/:cl: