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 372a920 commit 1378f98Copy full SHA for 1378f98
source/archipelago/APItem.hx
@@ -134,7 +134,7 @@ class APItem {
134
var playState:archipelago.APPlayState = cast states.PlayState.instance;
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.";
+ backend.COD.COD.COD = "Killed by Blue Balls Curse."; // HOW AND WHY DOES THIS WORK THE WAY IT DOES????
138
archipelago.APPlayState.deathByBlueBalls = true;
139
140
playState.die();
0 commit comments