* Restore blob chunks to the world.
Blobs have chunks they spawn on death, carrying an artifact effect related to the blob type. The chunk carries a copy of the parent blob's type datum, to prevent modification of a blob causing issues with the chunk, and vice versa, if both somehow exist at the same time.
* Organization, origin tech.
* Convert to List Based system, drop transferring type datums directly as discussed in DMs
* Added Volatile Alluvium chunk effect.
Nanite swarm chunks exist, but don't do anything special for now.
Blob Chunks can sniff a mob to take their faction.
* Copy requires static
* Chunk and effect code cleanliness
lifemerger now utilizes a timer&callback instead of spawn()
* Fix: Blobs respect gravity if not otherwise prevented.
Tweak: Blobs do not directly interact with stairs
Tweak: Blobs, when expanding against a stair's middle structure, can grow up Z-levels if the turf allows.
Tweak: Blobs, if controlled by a player, may grow upward or downward, if the turfs allow.
Fix: Blob Overmind is no longer affected by gravity.
* Fringe case deleted blobs are null-loc'd for GC so they are not stuck in-map.
Railing checks properly function.
* Sweating Reagents
* Hot & Cold
* Faraday
* Electric Snakebite
* Blast shielding
* Knock out all the other trivial/already-existing-artifact-effect types
* Extinguisher
* 2fort
* Sprinting
* This artifact qualifies as a member of the police.
* Noxious gases
* Necromancy!
* Necromancy 2!
* Delete blob chunk
refactors atom/var/flags to atom_flags and area_flags
moves NOBLOODY, NOBLUDGEON, and PHORONGUARD to item_flags instead of atom_flags
corrects various misapplied flags
NB. In some cases we go from a more complex image() to a single icon_state string and I assume this works for every case but do not care to check because of the sheer scale of extra fiddly effort. Buyer beware, not my code.
* Begins work on Planetary meteors
* Work, clean meteor code.
* Continues work. Meteors now handle their own movement and launching.
* New meteor types, some added to waves. Large meteor type fully implemented.
* Fix and adjust for comments.
Reorganizes Reagents dir structure
Refactors reactions to /decl
SSChemistry is no longer processing
Optimization isn't so optimized
Updates to distillery
New decl repository methods
Further tweaks
* tinytweaks
* 5 != 2
* smfix
* requested changes + fixes exploit from 6212
* it compiled and worked anyway but go off i guess travis
* requested changes