Skip to content

Commit 1378f98

Browse files
committed
Update APItem.hx
1 parent 372a920 commit 1378f98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/archipelago/APItem.hx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ class APItem {
134134
var playState:archipelago.APPlayState = cast states.PlayState.instance;
135135
if (playState != null && playState.startedCountdown) {
136136
// Call the die() function once the countdown has started
137-
backend.COD.COD.COD = "Killed by Blue Balls Curse.";
137+
backend.COD.COD.COD = "Killed by Blue Balls Curse."; // HOW AND WHY DOES THIS WORK THE WAY IT DOES????
138138
archipelago.APPlayState.deathByBlueBalls = true;
139139

140140
playState.die();

0 commit comments

Comments
 (0)