highlight empty skill slots, bug fixes

This commit is contained in:
Mashy
2019-05-14 10:58:37 +10:00
parent af050143df
commit e56f170132
4 changed files with 40 additions and 14 deletions
+2 -1
View File
@@ -272,6 +272,7 @@ impl From<Skill> for Var {
Skill::Curse => Var::Curse,
Skill::Clutch => Var::Clutch,
Skill::Decay => Var::Decay,
Skill::Debuff => Var::Debuff,
Skill::Haste => Var::Haste,
Skill::Hostility => Var::Hostility,
Skill::Heal => Var::Heal,
@@ -551,7 +552,7 @@ impl Vbox {
// actually move
self.bound.push(self.free[i].remove(j));
self.bound.sort_unstable();
// self.bound.sort_unstable();
Ok(self)
}