Skip to content

Commit 372a920

Browse files
committed
Update APItem.hx
1 parent 371d993 commit 372a920

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
@@ -135,7 +135,7 @@ class APItem {
135135
if (playState != null && playState.startedCountdown) {
136136
// Call the die() function once the countdown has started
137137
backend.COD.COD.COD = "Killed by Blue Balls Curse.";
138-
playState.deathByBlueBalls = true;
138+
archipelago.APPlayState.deathByBlueBalls = true;
139139

140140
playState.die();
141141
} else {

0 commit comments

Comments
 (0)