Skip to content

Commit 9a229b8

Browse files
committed
Added Battle Tetra (Battle Cube 2) and renamed Royale to Skate Park Square
1 parent 5f5e7c9 commit 9a229b8

File tree

5 files changed

+5269
-4
lines changed

5 files changed

+5269
-4
lines changed

game/common/local/englishStrings_U1.inf

+3-2
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,6 @@ $Text::LevelNameMP20 = "Promontory (Add-on)"; // ""
4141
$Text::LevelNameMP21 = "Spires (Add-on)"; // ""
4242
$Text::LevelNameMP22 = "Marble City Classic (Add-on)"; // ""
4343
$Text::LevelNameMP23 = "Gravity Tower (Add-on)"; // ""
44-
$Text::LevelNameMP24 = "Royale (Add-on)"; // ""
45-
$Text::LevelNameMP25 = "Polysoup (Add-on)"; // ""
44+
$Text::LevelNameMP24 = "Skate Park Square (Add-on)"; // ""
45+
$Text::LevelNameMP25 = "Battle Tetra (Add-on)"; // ""
46+
$Text::LevelNameMP26 = "Polysoup (Add-on)"; // ""

game/marble/data/missions/Multiplayer/Polysoup/polysoup.mis

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
//--- OBJECT WRITE BEGIN ---
22
new SimGroup(MissionGroup) {
33
new ScriptObject(MissionInfo) {
4-
level = "94";
4+
level = "95";
55
numgems = "1";
66
type = "Beginner";
77
gemGroupRadius = "40";
88
include = "1";
99
goldTime = "0";
10-
name = $Text::LevelNameMP25;
10+
name = $Text::LevelNameMP26;
1111
difficulty = "4";
1212
gameType = "MultiPlayer";
1313
gameMode = "Scrum";
Binary file not shown.

0 commit comments

Comments
 (0)