Skip to content

Commit 6aaebe9

Browse files
committed
Update APInfo.hx
1 parent 8fc8dae commit 6aaebe9

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

source/archipelago/APInfo.hx

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@ class APInfo {
44
public static var ap:Client;
55
public static var apGame:APGameState;
66

7-
public static final baseGame:Array<String> =
7+
public static final baseGame:Array<String> =
88
[
99
'Bopeebo', 'Fresh', 'Dad Battle',
10-
'Spookeez', 'South', 'Monster',
11-
'Pico', 'Philly Nice', 'Blammed',
12-
'Satin Panties', 'High', 'Milf',
13-
'Cocoa', 'Eggnog', 'Winter Horrorland',
14-
'Senpai', 'Roses', 'Thorns',
15-
'Ugh', 'Guns', 'Stress',
16-
'Darnell', 'Lit Up', '2Hot', 'Blazin',
17-
'Darnell (BF Mix)'
10+
'Spookeez', 'South', 'Monster',
11+
'Pico', 'Philly Nice', 'Blammed',
12+
'Satin Panties', 'High', 'Milf',
13+
'Cocoa', 'Eggnog', 'Winter Horrorland',
14+
'Senpai', 'Roses', 'Thorns',
15+
'Ugh', 'Guns', 'Stress',
16+
'Darnell', 'Lit Up', '2Hot', 'Blazin',
17+
'Darnell (BF Mix)', 'Tutorial'
1818
];
1919

2020
public static final baseErect:Array<String> =
@@ -33,7 +33,7 @@ class APInfo {
3333
'Bopeebo (Pico mix)', 'Fresh (Pico mix)', 'Dad Battle (Pico mix)',
3434
'Spookeez (Pico mix)', 'South (Pico mix)',
3535
'Pico (Pico mix)', 'Philly Nice (Pico mix)', 'Blammed (Pico mix)',
36-
'Eggnog (Pico mix)',
36+
'Eggnog (Pico Mix)',
3737
'Ugh (Pico mix)', 'Guns (Pico mix)'
3838
];
3939

0 commit comments

Comments
 (0)