mirror of
https://github.com/pkali/scorch_src.git
synced 2026-05-20 22:34:21 +02:00
[GH-ISSUE #92] Possible Funky Bomb bug #259
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @mikerro on GitHub (Jun 9, 2022).
Original GitHub issue: https://github.com/pkali/scorch_src/issues/92
Originally assigned to: @pkali on GitHub.
After exploding (especially on greater range), on drawn lines there appears some kind of gap (like text consinsing of spaces)

it appears just before fb's traces go down
@Pecusx commented on GitHub (Jun 9, 2022):
This gap is due to the clearing of the defense message.
It's not a bug, it's a feature :)
We are not planning to fix this. This would complicate messages display procedures very much.
@Pecusx commented on GitHub (Jun 10, 2022):
@pkali Maybe clear defensive message, before exploding, but after flight?
@pkali commented on GitHub (Jun 18, 2022):
yes, for a reason I do not remember now we are clearing offensive texts twice or trice in some cases. Looking.
@pkali commented on GitHub (Jun 18, 2022):
OK, it is deleted twice and the reason is that during FUnkybomb (and leapfrog) the landslide routine is running and the texts look funny. thinking.