Skip to content

Fix bombs exploding twice in the same frame

Latapostrophe requested to merge fix-double-bombs into next

Title. This doesn't have much impact in v1 besides preventing a huge overload of particles and a loud explosion sound, but at least it's fixed!! (All it does is make sure MF2_DEBRIS wasn't applied already before exploding just to make sure, as I couldn't find the true root of the problem)

Merge request reports