Attached wad.Projectiles which got this flag and have some delay before explosion(A_Explode in my case) can die twice. When hit the wall they enter their Death state and then explode but damaging themselves die again. And what is most important they explode again! This bug could be avoided(and is avoided in my case) placing A_UnsetShootable in Death state. Howewer this is not intuitive.
A way to solve it is making projectiles become unshootable as they enter Death state automatically.
Is it intended behaviour?