summaryrefslogtreecommitdiff
path: root/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs
index 1c253ea..15171e9 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -241,7 +241,8 @@ fn default_assemblages() -> Encyclopedia {
["Player", {
"name": ["arg", "name"]
}],
- ["Inventory", {"capacity": ["int", 3]}]
+ ["Inventory", {"capacity": ["int", 3]}],
+ ["Health", {"health": ["int", 9], "maxhealth": ["int", 10]}]
]
}
})).unwrap()