different ending in competition mode

This commit is contained in:
oc 2019-02-04 11:44:40 +08:00
parent 7436c54c67
commit f41948eae4

View File

@ -233,6 +233,11 @@ events.prototype.gameOver = function (ending, fromReplay, norank) {
core.setWeather();
core.ui.closePanel();
if (main.isCompetition && core.isset(ending)) {
if (ending == "") ending = "恭喜通关";
ending += "[比赛]";
}
// 下载录像
var confirmDownload = function () {