Fixes#40486
cl MrDoomBringer
fix: Supplypods no longer detonate their contents
/cl
I did this by adding a return value to the atom/contents_explosion() proc. If the proc is overridden, it should return null. This is then checked in explosion.dm to see if the contents have been properly exploded. If they havent (if contents_explosion() returns true), then explosion.dm handles it manually.
There might be a better way to go about this, if there is please let me know