improvement: enemy balance

This commit is contained in:
timokoesters
2020-01-20 17:42:35 +01:00
committed by Pfauenauge90
parent 0223a60a1e
commit 2e8bf9d212
5 changed files with 16 additions and 8 deletions

View File

@ -140,7 +140,7 @@ impl Sys {
// Attack
if !character.action.is_attack() {
Attack {
time_left: Duration::from_millis(100),
time_left: Duration::from_millis(250),
applied: false,
}
} else {