Make inventory show total weight if you have multiple of an item.
This commit is contained in:
parent
9e754881e5
commit
a9df230a08
@ -44,7 +44,7 @@ impl UserVerb for Verb {
|
|||||||
!ctx.session_dat.less_explicit_mode,
|
!ctx.session_dat.less_explicit_mode,
|
||||||
items.len(),
|
items.len(),
|
||||||
true
|
true
|
||||||
), weight(posdat.weight)));
|
), weight(items.len() as u64 * posdat.weight)));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if response == "" {
|
if response == "" {
|
||||||
|
Loading…
Reference in New Issue
Block a user