mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Fixed energy cost for playtesting purposes.
This commit is contained in:
parent
36762be2a7
commit
bcda944af9
@ -314,7 +314,7 @@ impl Tool {
|
||||
energy_regen: 120,
|
||||
},
|
||||
BasicRanged {
|
||||
energy_cost: 0,
|
||||
energy_cost: 400,
|
||||
holdable: true,
|
||||
prepare_duration: Duration::from_millis(800),
|
||||
recover_duration: Duration::from_millis(50),
|
||||
|
Loading…
Reference in New Issue
Block a user