Lowering megafauna mouse_opacity #25573
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What Does This PR Do
Making megafauna mouse opacity stick to its icon than its size. That means that you will click megafauna only if you actually click its icon, not the 3x3 tile box which its icon size is.
I wonder why it even was used for such massive objects with big sprites as megafauna.
Why It's Good For The Game
If you ever played as megafauna on some events, you might have find that your icon is weird, its much bigger than it looks like, you nearly always attack yourself in melee. This setting was making it, your icon was basically 3x3 box, forget about visual. And also all mobs are hidden behind that 3x3 box because your layer is above them.If there is an item or a mob behind the megafauna and you want to interact with it, you will fail because megafauna 3x3 box covers most in game objects.
This fix makes megafauna icon actaully its icon, not 3x3 tile box.
Megafauna sprites are big, clicking it on melee or range attacks is easy enough, its layer is ontop of most objects in game.
Testing
Compiled, clicked on fauna.
Changelog
🆑
tweak: Now you need to actually click on megafauna icon to attack it.
/:cl: