diff --git a/mod/metadata.xml b/mod/metadata.xml
index 5baab2b7..8cbb96a1 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 b24f79d4..7ab03853 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 2aaa16af..081ce64b 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 a0d4bb76..1ef51d94 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 52981660..be9e207c 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