Skip to content

Commit 9b4562f

Browse files
committed
Update APItem.hx
1 parent 08a73ce commit 9b4562f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

source/archipelago/APItem.hx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -350,6 +350,9 @@ class APChartModifier extends APItem {
350350

351351
public function new(?chartModifier:String) {
352352
var modifiers = chartModifier != null ? [chartModifier] : ["Random", "RandomBasic", "RandomComplex", "Flip", "Pain", "ManiaConverter", "Stairs", "Wave", "Trills", "Amalgam"];
353+
if (yutautil.AprilFools.allowAF) {
354+
modifiers.push("SpeedRando");
355+
}
353356
this.chartModifier = modifiers[Std.random(modifiers.length)];
354357
super("Chart Modifier Trap (" + this.chartModifier + ")", ConditionHelper.PlayState(), function() {
355358
ClientPrefs.data.gameplaySettings.set("chartModifier", this.chartModifier);

0 commit comments

Comments
 (0)