From c0d474b78f58748cc4824fc42294acf1fba638de Mon Sep 17 00:00:00 2001 From: Zamiell <5511220+Zamiell@users.noreply.github.com> Date: Mon, 29 Jan 2024 09:47:51 -0500 Subject: [PATCH] chore: cleanup --- mod/metadata.xml | 2 +- mod/version.txt | 2 +- package.json | 2 +- scripts/requirements.txt | 1 + src/classes/features/optional/quality/ShowPillsOnHUD.ts | 3 --- 5 files changed, 4 insertions(+), 6 deletions(-) diff --git a/mod/metadata.xml b/mod/metadata.xml index 5baab2b7f..8cbb96a17 100644 --- a/mod/metadata.xml +++ b/mod/metadata.xml @@ -20,7 +20,7 @@ Find out more at [url=https://isaacracing.net]the official Racing+ webpage[/url] For technical support or general questions, please [b]do not post a comment here[/b]. Instead, post in the Racing+ general chat on [url=https://discord.gg/JzbhWQb]the Isaac racing & speedrunning Discord server[/url]. - 0.111.6 + 0.111.7 Public diff --git a/mod/version.txt b/mod/version.txt index b24f79d4e..7ab038536 100644 --- a/mod/version.txt +++ b/mod/version.txt @@ -1 +1 @@ -0.111.6 \ No newline at end of file +0.111.7 \ No newline at end of file diff --git a/package.json b/package.json index 2aaa16af5..081ce64b7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "racing-plus", - "version": "0.111.6", + "version": "0.111.7", "description": "A mod for The Binding of Isaac: Repentance", "keywords": [ "isaac", diff --git a/scripts/requirements.txt b/scripts/requirements.txt index a0d4bb760..1ef51d94d 100644 --- a/scripts/requirements.txt +++ b/scripts/requirements.txt @@ -1 +1,2 @@ +pillow xmltodict diff --git a/src/classes/features/optional/quality/ShowPillsOnHUD.ts b/src/classes/features/optional/quality/ShowPillsOnHUD.ts index 52981660a..be9e207ca 100644 --- a/src/classes/features/optional/quality/ShowPillsOnHUD.ts +++ b/src/classes/features/optional/quality/ShowPillsOnHUD.ts @@ -221,9 +221,6 @@ export class ShowPillsOnHUD extends ConfigurableModFeature { checkNewUsedPill(pillEffect: PillEffect, pillColor: PillColor): void { const normalPillColor = getNormalPillColorFromHorse(pillColor); - Isaac.DebugString( - `GETTING HERE - pillColor: ${pillColor}, normalPillColor: ${normalPillColor}, ${isNormalPillColor(normalPillColor)}`, - ); if ( // Ignore gold pills. (They show up in the `POST_USE_PILL_FILTER` callback as