mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
dont allow spam op hammer when stamina is 0
This commit is contained in:
parent
4b9bccd6b8
commit
e0a814b3f8
@ -1,5 +1,5 @@
|
||||
ChargedMelee(
|
||||
energy_cost: 0,
|
||||
energy_cost: 1,
|
||||
energy_drain: 300,
|
||||
initial_damage: 10,
|
||||
max_damage: 170,
|
||||
@ -11,4 +11,4 @@ ChargedMelee(
|
||||
charge_duration: 1200,
|
||||
swing_duration: 200,
|
||||
recover_duration: 300,
|
||||
)
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user