pokerogue
pokerogue copied to clipboard
Add Neutralizing Gas message, display Manaphy egg gacha origin, allow catching wonder guard bosses
- Neutralizing Gas should display a message upon being sent out so I added a
PostSummonMessageAbAttr
to it - Manaphy eggs currently are hardcoded to not display where they were obtained. This is purely a cosmetic bug since the game still keeps track of their
gachaType
(an enum) while not reflecting a string description of it for the egg-list-ui-handler, confusing players. Example of what it looks like - There is an edge case where a boss Pokemon has wonder guard in which case it is uncatchable without a master ball
Resolve conflicts
conflicts resolved