skills opacity 0 resoling
This commit is contained in:
parent
ad00059f74
commit
22652b6994
@ -48,6 +48,8 @@
|
|||||||
|
|
||||||
* remove test variants of skills
|
* remove test variants of skills
|
||||||
|
|
||||||
|
* itemise all skills and warn on some
|
||||||
|
|
||||||
## SOON
|
## SOON
|
||||||
|
|
||||||
* push events
|
* push events
|
||||||
|
|||||||
@ -313,7 +313,7 @@ CONSTRUCT DAMAGE
|
|||||||
}
|
}
|
||||||
*/
|
*/
|
||||||
.resolving .skills button {
|
.resolving .skills button {
|
||||||
display: none;
|
opacity: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
@ -180,7 +180,7 @@ impl Game {
|
|||||||
|
|
||||||
for construct in player.constructs.iter_mut() {
|
for construct in player.constructs.iter_mut() {
|
||||||
for i in 0..construct.skills.len() {
|
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);
|
// info!("{:?} disabled {:?}", construct.skills[i].skill, d);
|
||||||
construct.skills[i].disabled = true;
|
construct.skills[i].disabled = true;
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user