diff --git a/CHANGELOG.md b/CHANGELOG.md index 286fb4b..cae609f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. This format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html) +## [1.1.4] - 2024-01-05 +### Fixed +- Entering "Hatchling Room Underside" will now show the Metroid scan notification only once. + ## [1.1.3] - 2024-01-02 ### Fixed - Item fanfare and starting fanfare overlapping when starting with random items. diff --git a/YAMS-LIB/Program.cs b/YAMS-LIB/Program.cs index 3ff0b02..d43dd23 100644 --- a/YAMS-LIB/Program.cs +++ b/YAMS-LIB/Program.cs @@ -2804,7 +2804,7 @@ void RotateTextureAndSaveToTexturePage(int rotation, UndertaleTexturePageItem te characterVarsCode.AppendGMLInCode("global.event[302] = global.skipCutscenes"); // Also still increase the metroid counters from the hatchling cutscene gmData.Code.ByName("gml_Object_oEggTrigger_Create_0").PrependGMLInCode(""" - if (global.skipCutscenes) + if (global.skipCutscenes && !global.event[302]) { if (oControl.mod_monstersextremecheck == 1) oControl.mod_monstersextreme = 1