Skip to content

Commit

Permalink
chore: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Zamiell committed Jan 29, 2024
1 parent ac2d501 commit c0d474b
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion mod/metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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].
</description>
<version>0.111.6</version>
<version>0.111.7</version>
<visibility>Public</visibility>
<tag id="Lua" />
<tag id="Tweaks" />
Expand Down
2 changes: 1 addition & 1 deletion mod/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.111.6
0.111.7
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
1 change: 1 addition & 0 deletions scripts/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
pillow
xmltodict
3 changes: 0 additions & 3 deletions src/classes/features/optional/quality/ShowPillsOnHUD.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c0d474b

Please sign in to comment.