mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-11 10:11:09 +00:00
* Desnowflakes tank integrity (#56443) Makes tanks use obj_integrity instead of their own snowflaked version. Makes tanks check for exploding when they are destroyed, rather than once every process. Makes tanks always leak their gases when they are deconstructed. Removes the ability for tanks to seal themselves back up over time. Makes the bomb spawner actually produce functional bombs. Removes the extraneous syndicate bomb spawner subtype. Miscellaneous code improvements to tanks, bomb spawners, and the blastcannon. Fixes the explosives compressor doubling the power of any bomb you put in it. The changes to tank rupturing behavior shouldn't effect most tritium fueled TTVs including the 50K recipe. Toxins players don't need to worry about suddenly being incapable of getting points or refining anomaly cores. They should only really effect singlecaps, but I don't know enough about singlecaps to know what recipes I should test. I have confirmation that at least one mix is not effected by this. The self-sealing properties of tanks have been removed. I'm not sure what the purpose of it was, I have heard that it was used to enable hand-portable plasmaflooding, but I'm not familiar with the practice. As it turns out, the basic bomb spawners were broken on master! I have made the bombs they produce maxcap instead of just spring a leak. Since they maxcap by default now I have removed the syndicate subtype used to spawn the TTV produced by the cuban pete arcade game and replaced it with the normal timer subtype. Since none of the bomb spawner subtypes were used for anything else this shouldn't have any effect on the game. On a similar note, I have discovered that the maxcap recipe on the wiki stopped working at some point since it was written. I will replace it with a functioning set of instructions. Less snowflake code. Bomb spawners are actually functional now. Slightly better code. The explosives compressor accurately reflects the power of the bomb you put into it. * Desnowflakes tank integrity Co-authored-by: TemporalOroboros <TemporalOroboros@gmail.com>