Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Alpha Animals, reformat class, fix errors (#474)
Updated Alpha Animals compat: - Fixed an error that broke Multiplayer itself - This only happened when Vanilla Factions Expanded - Insectoids 2 was NOT active - The issue happens due to AA including a building that in its ticking method references VFE-I2 assembly - which caused generic MP patches to fail - The fix is to patch MP and prevent it from applying its patches to that particular method - This only happens if VFE-I2 is inactive - There's also an additional check to make sure the method exists before applying any patches - We're unable to patch the mod itself to remove those references since any attempts at patching that method will cause an exception - Renamed the class from `AlphaBehavioursAndEvents` to `AlphaAnimals` - The file was already named `AlphaAnimals` - Add regions to the file - Synced a gizmo - Technically it's unused in 1.4 (the class was copied over to Alpha Memes and is used there), but was patched just in case
- Loading branch information