add select button to cryp list for mobile"

This commit is contained in:
ntr
2018-12-14 11:12:30 +11:00
parent b43fc44303
commit bfb721b5ee
3 changed files with 18 additions and 4 deletions
-1
View File
@@ -1081,7 +1081,6 @@ fn drain(cryp: &mut Cryp, target: &mut Cryp, mut resolution: Resolution) -> Reso
return resolution;;
}
// TODO is fukt
fn drain_tick(cryp: &mut Cryp, target: &mut Cryp, mut resolution: Resolution) -> Resolution {
let amount = cryp.spell_dmg().wrapping_div(2);
let immunity = target.immune(Skill::DrainTick);