From 5a543e21c489b6a03ab708862636c04df2a0b23e Mon Sep 17 00:00:00 2001 From: Markus Mittendrein Date: Tue, 16 Jul 2019 01:47:51 +0200 Subject: Remove the hacky scripted Restart button in favor of LC's integrated one --- TemplePushing.c4s/Script.c | 3 --- TemplePushing.c4s/StringTblDE.txt | 1 - TemplePushing.c4s/StringTblUS.txt | 1 - 3 files changed, 5 deletions(-) (limited to 'TemplePushing.c4s') diff --git a/TemplePushing.c4s/Script.c b/TemplePushing.c4s/Script.c index c13e797..11aa82f 100644 --- a/TemplePushing.c4s/Script.c +++ b/TemplePushing.c4s/Script.c @@ -52,9 +52,6 @@ func Initialize() menu->LocalN("deathmatchWinScore") = deathmatchWinScore; menu->LocalN("ambienceEnabled") = false; - // Modulate endscreen - SetNextMission("TemplePushing.c4s", "Rematch", "$Rematch$"); - // Set possible spells SetScrollSpells([ABLA, MBOT, MFRB, MDBT, GVTY, MLGT, CFAL, MSSH, MINV, MARK, MFWV, MGFL, LAVS, MGPL, ICNL, MDFL, AFST, MGCY, MATT]); diff --git a/TemplePushing.c4s/StringTblDE.txt b/TemplePushing.c4s/StringTblDE.txt index 709493f..97577e1 100644 --- a/TemplePushing.c4s/StringTblDE.txt +++ b/TemplePushing.c4s/StringTblDE.txt @@ -11,7 +11,6 @@ Kills=Kills WinScore=Ziel MsgDeathmatchWin=Team %s erringt den Sieg. Win=Sieg -Rematch=Startet eine weitere Runde Tempelschubsen. # GameComment-Strings LobbyComment= Es wird noch eingestellt… diff --git a/TemplePushing.c4s/StringTblUS.txt b/TemplePushing.c4s/StringTblUS.txt index 320ad3d..c52f8a8 100644 --- a/TemplePushing.c4s/StringTblUS.txt +++ b/TemplePushing.c4s/StringTblUS.txt @@ -11,7 +11,6 @@ Kills=Kills WinScore=Goal MsgDeathmatchWin=Team %s wins the match. Win=Win -Rematch=Starts another round of Temple Pushing. # GameComment-Strings LobbyComment= Settings are still being chosen… -- cgit v1.2.3-54-g00ecf