faceoff text alignment

This commit is contained in:
ntr 2019-11-09 10:53:57 +11:00
parent cc79d4528b
commit e544ed2168
2 changed files with 5 additions and 2 deletions

View File

@ -379,11 +379,15 @@
.faceoff-text {
grid-area: text;
font-size: 200%;
text-transform: uppercase;
letter-spacing: 1em;
font-weight: bold;
display: flex;
flex-flow: column;
justify-content: center;
color: @black;
animation: faceoff 4s ease-in-out 0s 2 alternate;

View File

@ -506,7 +506,6 @@ impl Game {
}
// only reduce cooldowns if no cd was used
// have to borrow self for the skill check
{
if let Some(skill) = resolved.iter()
.filter(|s| s.source_construct_id == construct.id)