Fixed energy cost for playtesting purposes.

This commit is contained in:
Sam 2020-08-30 14:48:00 -05:00
parent 36762be2a7
commit bcda944af9

View File

@ -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),