skills opacity 0 resoling

This commit is contained in:
ntr
2019-05-28 22:54:54 +10:00
parent ad00059f74
commit 22652b6994
3 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -180,7 +180,7 @@ impl Game {
for construct in player.constructs.iter_mut() {
for i in 0..construct.skills.len() {
if let Some(d) = construct.disabled(construct.skills[i].skill) {
if let Some(_d) = construct.disabled(construct.skills[i].skill) {
// info!("{:?} disabled {:?}", construct.skills[i].skill, d);
construct.skills[i].disabled = true;
} else {