From 1f67f87a420c4d63c6e9c531d55889021340ad66 Mon Sep 17 00:00:00 2001 From: Causeless Date: Sat, 24 Feb 2024 20:38:56 +0000 Subject: [PATCH] Fixed messed up changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fb2a0b442..d006726b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - Exposed `MovableObject` INI property `EffectAlwaysShows` to Lua (R/W), boolean. This property defines whether or not the glows on this MO will be obscured by other MOs. + +
Changed - Brain vs Brain now uses the Infantry Brain preset if available, and picks a random brain if not.