game patch(Immortal) 0.0.6.9121a patch updates, plus WIP build calculator code
This commit is contained in:
@@ -33,6 +33,12 @@
|
||||
<b>- Energy: </b> @production.Energy
|
||||
</div>
|
||||
}
|
||||
@if (!production.DefensiveLayer.Equals(0))
|
||||
{
|
||||
<div>
|
||||
<b>- Shields:</b> @production.DefensiveLayer
|
||||
</div>
|
||||
}
|
||||
if (production.BuildTime != 0)
|
||||
{
|
||||
<div>
|
||||
@@ -84,6 +90,12 @@
|
||||
<b> Energy: </b> @production.Energy
|
||||
</div>
|
||||
}
|
||||
@if (!production.DefensiveLayer.Equals(0))
|
||||
{
|
||||
<div>
|
||||
<b>Shields:</b> @production.DefensiveLayer
|
||||
</div>
|
||||
}
|
||||
if (production.BuildTime != 0)
|
||||
{
|
||||
<div>
|
||||
|
||||
Reference in New Issue
Block a user