Increase Battle of Nimbus Station end of match timer to 60 seconds (#1018)

as per the live script
This is now the third time this has been updated lol
This commit is contained in:
David Markowitz
2023-03-17 02:48:47 -07:00
committed by GitHub
parent 2bcf862f93
commit bd79e9433c

View File

@@ -439,7 +439,7 @@ std::vector<Wave> ZoneNsWaves::GetWaves() {
5.0f,
(uint32_t)-1,
true,
30,
60,
},
};
}