unalias step as type an do not have steps

This commit is contained in:
Sebastien Villaume 2024-05-15 14:48:36 +01:00
parent d34b870a59
commit b8fbaeeb8b
1 changed files with 2 additions and 5 deletions

View File

@ -1,8 +1,5 @@
if (levtype is "o2d" || levtype is "o3d") {
alias mars.step = stepRange;
} else {
alias mars.step = endStep;
}
#no step in type an
unalias mars.step;
if (class is "od") { alias mars.system = systemNumber; }
if (class is "me") { alias mars.system = systemNumber; }