Merge branch 'develop' of ssh://git.mnml.gg:40022/~/mnml into release/1.8.1

This commit is contained in:
Mashy
2019-11-09 11:31:40 +10:00
2 changed files with 6 additions and 3 deletions
-1
View File
@@ -510,7 +510,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)