mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Corrected weighting for backpacks
This commit is contained in:
parent
f8c24666eb
commit
8088e4d691
@ -254,7 +254,7 @@ impl Armor {
|
||||
ArmorKind::Pants => 2.0,
|
||||
ArmorKind::Foot => 1.0,
|
||||
ArmorKind::Back => 0.5,
|
||||
ArmorKind::Backpack => 1.0,
|
||||
ArmorKind::Backpack => 0.0,
|
||||
ArmorKind::Ring => 0.0,
|
||||
ArmorKind::Neck => 0.0,
|
||||
ArmorKind::Head => 0.0,
|
||||
|
Loading…
Reference in New Issue
Block a user