summaryrefslogtreecommitdiff
path: root/src/room.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/room.rs')
-rw-r--r--src/room.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/room.rs b/src/room.rs
index 0bb2f61..94d5f00 100644
--- a/src/room.rs
+++ b/src/room.rs
@@ -249,8 +249,7 @@ impl <'a, 'b>Room<'a, 'b> {
inventory.items.iter().map(|entry| (entry.itemid.clone(), entry.is_equipped)).collect(),
inventory.capacity,
health.health,
- health.maxhealth,
- HashMap::new()
+ health.maxhealth
))
}