Skip to content

Commit 08a73ce

Browse files
committed
Update APGameState.hx
1 parent 64ad85b commit 08a73ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/archipelago/APGameState.hx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -580,7 +580,7 @@ class APGameState {
580580
} catch (e:Dynamic) {
581581
archipelago.APItem.popup("Error", "You need to wait for all of the data to load, silly!", true);
582582
}
583-
if (AprilFools.allowAF && FlxG.random.bool(24.444))
583+
if (AprilFools.allowAF && FlxG.random.bool(4.444))
584584
new APItem.APrilFools();
585585

586586
}

0 commit comments

Comments
 (0)