Skip to content

Commit cf09efc

Browse files
committed
Fix morph level requirement for #1749
1 parent abd84d3 commit cf09efc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Zero-K.info/Views/Home/UnlockTooltip.cshtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Type: <span style='color:@u.LabelColor;'>@u.UnlockType.Description()</span><br/>
5656
}
5757

5858
@if (u.MorphLevel > 0) {
59-
@:Required Commander level: @u.MorphLevel<br/>
59+
@:Required Commander level: @(u.MorphLevel+1)<br/>
6060
}
6161

6262
@if (u.MaxModuleCount != null && (u.UnlockType == UnlockTypes.Module || u.UnlockType == UnlockTypes.Weapon)) {

0 commit comments

Comments
 (0)