Add hardcoded skill point for action skill

This commit is contained in:
Aldi Doanta 2018-05-26 00:19:57 +08:00
parent 43c78075a7
commit 24e5ec9494
2 changed files with 7 additions and 2 deletions

View file

@ -205,11 +205,16 @@ body.choicePage .wrapper {
color: white;
}
.skill-action .points {
visibility: initial;
}
.skill.partial .points {
color: #F80;
}
.skill.full .points {
.skill.full .points,
.skill-action .points {
color: #0B0;
}

View file

@ -20,7 +20,7 @@
<div>
<div class="skill-action"><img src="icons/mechromancer-actionskill.png" />
<div class="description"><h2>Summon Deathtrap</h2>Action Skill. Summon Deathtrap to fight for you. Cooldown: 60 seconds</div>
<div class="points"></div>
<div class="points">1/1</div>
</div>
</div>
<div class="treeCollection">