We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 371d993 commit 372a920Copy full SHA for 372a920
source/archipelago/APItem.hx
@@ -135,7 +135,7 @@ class APItem {
135
if (playState != null && playState.startedCountdown) {
136
// Call the die() function once the countdown has started
137
backend.COD.COD.COD = "Killed by Blue Balls Curse.";
138
- playState.deathByBlueBalls = true;
+ archipelago.APPlayState.deathByBlueBalls = true;
139
140
playState.die();
141
} else {
0 commit comments