We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abd84d3 commit cf09efcCopy full SHA for cf09efc
1 file changed
Zero-K.info/Views/Home/UnlockTooltip.cshtml
@@ -56,7 +56,7 @@ Type: <span style='color:@u.LabelColor;'>@u.UnlockType.Description()</span><br/>
56
}
57
58
@if (u.MorphLevel > 0) {
59
- @:Required Commander level: @u.MorphLevel<br/>
+ @:Required Commander level: @(u.MorphLevel+1)<br/>
60
61
62
@if (u.MaxModuleCount != null && (u.UnlockType == UnlockTypes.Module || u.UnlockType == UnlockTypes.Weapon)) {
0 commit comments