This commit is contained in:
ntr 2018-12-17 16:30:35 +11:00
parent 11de6afd00
commit 6bacdb9181
2 changed files with 7 additions and 1 deletions

View File

@ -13,7 +13,7 @@ strangle
* handle unserializable cryps
* Global rolls
* chat
* notifications

View File

@ -177,6 +177,12 @@ impl Effect {
Category::Physical => false,
_ => false,
},
Effect::Snare => match skill.category() {
Category::Spell => false,
Category::Physical => true,
_ => false,
},
Effect::Ko => match skill.category() {
Category::SpellTick => false,
_ => true,