mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
improvement: enemy balance
This commit is contained in:
committed by
Pfauenauge90
parent
0223a60a1e
commit
2e8bf9d212
@ -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 {
|
||||
|
Reference in New Issue
Block a user