banish everythin

This commit is contained in:
ntr 2018-11-16 16:19:20 +11:00
parent 84debe6bbc
commit 54031062e9

View File

@ -114,7 +114,8 @@ impl Effect {
Effect::Shield => match skill.cast_type() {
Damage::Magic => true,
Damage::Physical => false,
}
},
Effect::Banish => true,
_ => false,
}
}