Skip to content

Commit

Permalink
Added Battle Tetra (Battle Cube 2) and renamed Royale to Skate Park S…
Browse files Browse the repository at this point in the history
…quare
  • Loading branch information
HumanGamer committed Mar 22, 2024
1 parent 5f5e7c9 commit 9a229b8
Show file tree
Hide file tree
Showing 5 changed files with 5,269 additions and 4 deletions.
5 changes: 3 additions & 2 deletions game/common/local/englishStrings_U1.inf
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,6 @@ $Text::LevelNameMP20 = "Promontory (Add-on)"; // ""
$Text::LevelNameMP21 = "Spires (Add-on)"; // ""
$Text::LevelNameMP22 = "Marble City Classic (Add-on)"; // ""
$Text::LevelNameMP23 = "Gravity Tower (Add-on)"; // ""
$Text::LevelNameMP24 = "Royale (Add-on)"; // ""
$Text::LevelNameMP25 = "Polysoup (Add-on)"; // ""
$Text::LevelNameMP24 = "Skate Park Square (Add-on)"; // ""
$Text::LevelNameMP25 = "Battle Tetra (Add-on)"; // ""
$Text::LevelNameMP26 = "Polysoup (Add-on)"; // ""
4 changes: 2 additions & 2 deletions game/marble/data/missions/Multiplayer/Polysoup/polysoup.mis
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
//--- OBJECT WRITE BEGIN ---
new SimGroup(MissionGroup) {
new ScriptObject(MissionInfo) {
level = "94";
level = "95";
numgems = "1";
type = "Beginner";
gemGroupRadius = "40";
include = "1";
goldTime = "0";
name = $Text::LevelNameMP25;
name = $Text::LevelNameMP26;
difficulty = "4";
gameType = "MultiPlayer";
gameMode = "Scrum";
Expand Down
Binary file not shown.
Loading

0 comments on commit 9a229b8

Please sign in to comment.