dot speeds are still 0

This commit is contained in:
Mashy 2019-12-20 15:39:20 +10:00
parent 8830378b22
commit 5c3a318882

View File

@ -2432,6 +2432,8 @@ mod tests {
})
.unwrap();
assert!(siphon_tick_speed > 0);
assert!(siphon_speed > 0);
assert_eq!(siphon_tick_dmg, siphon_dmg);
assert_eq!(siphon_tick_speed, siphon_speed);
}