Skip to content

Commit 756c3b0

Browse files
committed
Comm morphs: better tooltips
See #1749 and ZeroK-RTS/Zero-K#3060
1 parent d726c15 commit 756c3b0

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,19 +41,19 @@ Type: <span style='color:@u.LabelColor;'>@u.UnlockType.Description()</span><br/>
4141
}
4242

4343
@if (u.MetalCostMorph2.HasValue) {
44-
@:Morph 2 cost: @Html.PrintMetal(u.MetalCostMorph2)<br/>
44+
@:Level 2 -> 3 upgrade cost: @Html.PrintMetal(u.MetalCostMorph2)<br/>
4545
}
4646

4747
@if (u.MetalCostMorph3.HasValue) {
48-
@:Morph 3 cost: @Html.PrintMetal(u.MetalCostMorph3)<br/>
48+
@:Level 3 -> 4 upgrade cost: @Html.PrintMetal(u.MetalCostMorph3)<br/>
4949
}
5050

5151
@if (u.MetalCostMorph4.HasValue) {
52-
@:Morph 4 cost: @Html.PrintMetal(u.MetalCostMorph4)<br/>
52+
@:Level 4 -> 5 upgrade cost: @Html.PrintMetal(u.MetalCostMorph4)<br/>
5353
}
5454

5555
@if (u.MetalCostMorph5.HasValue) {
56-
@:Morph 5 cost: @Html.PrintMetal(u.MetalCostMorph5)<br/>
56+
@:Level 5 -> 6 upgrade cost: @Html.PrintMetal(u.MetalCostMorph5)<br/>
5757
}
5858

5959
@if (u.MorphLevel > 0) {

0 commit comments

Comments
 (0)