Black Hole Bug
- 8 years ago
It is teeeechnically not a bug my friend, that's how the game is coded.
The Black Hole only reduces the attack of a plant the moment it "enters" the environment (by either the player putting it there or when the Hole actually pulls the plant).
If it is a 2 attack plant, it is reduced to 1. If the plant has 1 attack, it is reduced to 0. On this game, since the attack of the buddies is 0, the Black Hole "technically" reduced it's attack to -1. But since negative numbers don't exist on this game, it is rounded to 0. After this event (the plants entering the black hole) the buff comes into play, that's why they have 1 attack instead of 0.
Think about it as with the Acid Rain superpower. You have a WallNut, that has 0 attack and 6 health. It is applied the debuff (-1/-1), making it 0 attack and 5 health. Then you buff it with this "rain superpower" (forgot its name). The Wall Nut is now a 1 attack, 6 health nut. Same thing happened here.