diff --git a/mod/resources/gfx/ui/main menu/titlemenu.png b/mod/resources/gfx/ui/main menu/titlemenu.png index 4e8d8f61..3a291e5a 100644 Binary files a/mod/resources/gfx/ui/main menu/titlemenu.png and b/mod/resources/gfx/ui/main menu/titlemenu.png differ diff --git a/mod/sha1.json b/mod/sha1.json index ef3784df..4a2e2314 100644 --- a/mod/sha1.json +++ b/mod/sha1.json @@ -1960,7 +1960,7 @@ "resources\\gfx\\ui\\main menu\\splashes.png": "405188fa3fbf3ea60741c57ebf4de8eb474f5b17", "resources\\gfx\\ui\\main menu\\splashes_old.png": "cdb9683e5c86f5387e2b1568587f9b008fe5360d", "resources\\gfx\\ui\\main menu\\titlemenu-orig.png": "2bc540586ba46877e4bb0fdbe6afded67f3e5bd3", - "resources\\gfx\\ui\\main menu\\titlemenu.png": "3031b2e7ce81c2165e87cd3a78d947c1a6354981", + "resources\\gfx\\ui\\main menu\\titlemenu.png": "9954cba675c9d55aae81c1739aef731efa922b0d", "resources\\gfx\\ui\\samael_wraithmeter.png": "cc67cbb0a2e63e33e647f082779007a5cfea47f1", "resources\\gfx\\ui\\shiftkey.png": "0c5b80fdc9834d6ce8852b62d318541e10e62fac", "resources\\gfx\\ui\\stage\\nightmare1.anm2": "bfc49659db55560bf75cc12ce29bfb6adf245ab0", @@ -2026,7 +2026,7 @@ "resources\\sfx\\mahalath\\muffled_explosion.wav": "879b16457f01e7182f31601127ef9d355d28e4a8", "resources\\sfx\\speedrun_finish.wav": "6522d100a4e517fded302db673f0b796a15154c8", "save-defaults.dat": "6d49045396bd03ce69bc541005cc4a4a4b7575fb", - "sha1.json": "0808f0e91c7579a384574c4dee358258a22819e5", + "sha1.json": "dbadcc88ba0105088b606399a8140b97b171db35", "src\\RPBossAPI.lua": "e2af044d6fdbbfeff8abea29554312d243c27f25", "src\\RPCards.lua": "f89432007c705f370d092fbffcc5c0e326b99abb", "src\\RPChangeCharOrder.lua": "cf3c66ac0f24162b5184e95fe1ea640576aa4525", @@ -2039,7 +2039,7 @@ "src\\RPFastClear.lua": "fe0be98c5f3b08396f8c3b392f24fd4872d10dcb", "src\\RPFastDrop.lua": "cbd70de22215f5d53ffa5c2e3674614cc35b100a", "src\\RPFastTravel.lua": "86e24f04c95bc3dd3c511f008681a3c844e92889", - "src\\RPGlobals.lua": "f630ea8554d0bb7544ed6665aff2ff13fe9e8931", + "src\\RPGlobals.lua": "4e27992ad1ba79963115fe4f28019d9d5bfbba57", "src\\RPInputAction.lua": "0ad2b54d7ae60703cddf3e68fbd7a5e2fc0b0ac6", "src\\RPJrFetus.lua": "6a5d7b52d59ba50a47c0bb4a737765ee5c771ffe", "src\\RPMahalath.lua": "d96147fcfc135da5458b0f77ffbb0740edfaa47e", @@ -2056,7 +2056,7 @@ "src\\RPPostPickupSelection.lua": "e33e8f3a3fdce56eb4b9206c80b7000c2117afb5", "src\\RPPostPlayerInit.lua": "084f1534be6757ac2ea1666dc6b9164e99d91cfc", "src\\RPPostRender.lua": "edde5384368eb9a77057a03e9d07cccd8dc5d0f5", - "src\\RPPostUpdate.lua": "8045031b302c10da6ad44d0641db39225253beac", + "src\\RPPostUpdate.lua": "20189915b056582fc898cc7d1e66ddcf248c688c", "src\\RPPreEntitySpawn.lua": "9571173b92ad43d3ab8c6e45ec7c83f47f92ec17", "src\\RPPreRoomEntitySpawn.lua": "acc541698e174605668d453e30ece1446a8b895c", "src\\RPPreUseItem.lua": "935411b8645c86dfdffd1ee20939f54df3c83968", @@ -2070,7 +2070,7 @@ "src\\RPShapes.lua": "ab90a4fe7df7e020a3d53fa2aa38876efbe8465a", "src\\RPSoulJar.lua": "4890f38d09e612a7974aeaa5f57b0bd83d3a4269", "src\\RPSpeedrun.lua": "691bfe3d458333fc75386a782b3faf142604bc9f", - "src\\RPSpeedrunPostGameStarted.lua": "ea2253e3fc62d3a3af68e6fddeaf53fded581542", + "src\\RPSpeedrunPostGameStarted.lua": "d229bd5cba1c5d6270b42dc37f35755eba5364c1", "src\\RPSpeedrunPostNewRoom.lua": "5a3c791f3b1783cd37b00625dc1d3c84234baed7", "src\\RPSpeedrunPostUpdate.lua": "0fa59284fe5badeb022647acf768ea51abfb7ef4", "src\\RPSprites.lua": "7ae5c9bbb07052099b2f34724ed6e7d13da307cb", diff --git a/mod/src/RPGlobals.lua b/mod/src/RPGlobals.lua index cd0a8873..0a688114 100644 --- a/mod/src/RPGlobals.lua +++ b/mod/src/RPGlobals.lua @@ -4,7 +4,7 @@ local RPGlobals = {} -- Global variables -- -RPGlobals.version = "v0.29.3" +RPGlobals.version = "v0.29.4" RPGlobals.corrupted = false -- Checked in the MC_POST_GAME_STARTED callback RPGlobals.saveFile = { -- Checked in the MC_POST_GAME_STARTED callback state = 0, diff --git a/mod/src/RPPostUpdate.lua b/mod/src/RPPostUpdate.lua index be4e7bd8..ba322061 100644 --- a/mod/src/RPPostUpdate.lua +++ b/mod/src/RPPostUpdate.lua @@ -98,6 +98,7 @@ function RPPostUpdate:Main() if player:HasCollectible(CollectibleType.COLLECTIBLE_SCHOOLBAG_CUSTOM) == false then player:AddCollectible(CollectibleType.COLLECTIBLE_SCHOOLBAG_CUSTOM, 0, false) end + itemPool:RemoveCollectible(CollectibleType.COLLECTIBLE_SCHOOLBAG_CUSTOM) end -- Check to see if the player just picked up the a Crown of Light from a Basement 1 Treasure Room fart-reroll diff --git a/mod/src/RPSpeedrunPostGameStarted.lua b/mod/src/RPSpeedrunPostGameStarted.lua index f9283fc4..e17525bb 100644 --- a/mod/src/RPSpeedrunPostGameStarted.lua +++ b/mod/src/RPSpeedrunPostGameStarted.lua @@ -376,9 +376,7 @@ function RPSpeedrunPostGameStarted:R7S5() Isaac.DebugString("In the R+7 (Season 5) challenge.") - -- Everyone starts with the Schoolbag in this season - player:AddCollectible(CollectibleType.COLLECTIBLE_SCHOOLBAG_CUSTOM, 0, false) - itemPool:RemoveCollectible(CollectibleType.COLLECTIBLE_SCHOOLBAG_CUSTOM) + -- (Random Baby automatically starts with the Schoolbag, so we don't have to explicitly give it.) -- On the second character and beyond, a start will be randomly assigned if RPSpeedrun.charNum >= 2 then diff --git a/package.json b/package.json index eda46b16..56ab4b5b 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "RacingPlus", "productName": "Racing+", "description": "A racing mod for The Binding of Isaac: Afterbirth+", - "version": "0.29.3", + "version": "0.29.4", "author": "Racing+", "license": "GPL-3.0", "homepage": "https://isaacracing.net",