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
-1
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)