remove inversion event

This commit is contained in:
Mashy
2019-10-23 19:17:57 +10:00
parent a59a13e2e6
commit e6e7713539
3 changed files with 7 additions and 9 deletions
-2
View File
@@ -75,8 +75,6 @@ function getObjects(resolution, stages, game, account) {
function getSequence(resolution) {
if (!resolution.event) return [];
if (resolution.event[0] === 'Inversion') return [];
switch (resolution.stages) {
case 'AllStages': return ['START_SKILL', 'END_SKILL', 'POST_SKILL'];
case 'StartEnd': return ['START_SKILL', 'END_SKILL'];