add select button to cryp list for mobile"
This commit is contained in:
@@ -11,6 +11,9 @@
|
||||
|
||||
* notifications
|
||||
|
||||
* cryp speed
|
||||
* modifies skill base speed
|
||||
|
||||
* rejoin in progress games
|
||||
* lock account to 1 open game at a time
|
||||
|
||||
@@ -23,6 +26,7 @@
|
||||
* Cryp Generation
|
||||
|
||||
* Items
|
||||
* pve granted stat reroll items
|
||||
* Colour scheme
|
||||
|
||||
* Missions
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user