Skip to content

Commit 992b222

Browse files
committed
shhhh
1 parent 5ffbd74 commit 992b222

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

source/archipelago/APPlayState.hx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1257,11 +1257,9 @@ class APPlayState extends PlayState {
12571257
cpuControlled = false;
12581258
ClientPrefs.data.gameplaySettings.set('botplay', false);
12591259
ClientPrefs.data.gameplaySettings.set('showcase', false);
1260-
hadBotplayOn = true;
12611260
}
12621261
}
12631262

1264-
public var hadBotplayOn:Bool = false;
12651263
public function addEffect(e:String)
12661264
effectArray.push(e);
12671265

source/substates/RankingSubstate.hx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -154,12 +154,6 @@ class RankingSubstate extends MusicBeatSubstate
154154
hint.text = "Nice. Try not missing at all for FC.";
155155
}
156156

157-
if (APPlayState.instance.hadBotplayOn)
158-
{
159-
hint.y -= 35;
160-
hint.text = 'Nice try, but Botplay doesn\'t count.\n(And neither does Showcase Mode, either)';
161-
}
162-
163157
if (PlayState.deathCounter >= 30)
164158
{
165159
hint.text = "...how are you this bad...";

0 commit comments

Comments
 (0)