Staff Aeodyn 18 Posted May 21 Staff Share Posted May 21 (I just trained up a Ribombee, found https://www.rebornevo.com/forums/topic/44774-pollen-puff-doesnt-heal-50/, and thought to look into it.) Pollen Puff's heal is implemented wrong right now: instead of healing for 50% rounded down, it heals the same amount that it would damage if the target were an enemy. Spoiler Line 10676: hpgain=pbCalcDamage(attacker,opponent) Should be: hpgain=(opponent.totalhp/2).floor (Unless it should have a min healing of 1.) Also: I can't easily test it, but it's possible it's missing logic for Heal Block or Bulletproof on the target. Link to post Share on other sites
Administrators Amethyst 2466 Posted May 22 Administrators Share Posted May 22 we fixed the healing! does bulletproof really block an allied pollen puff tho??? bulbapedia implies yes. this is stupid. all right. Link to post Share on other sites
Recommended Posts
Archived
This topic is now archived and is closed to further replies.