diff options
| author | troido <troido@protonmail.com> | 2020-02-11 01:40:44 +0100 |
|---|---|---|
| committer | troido <troido@protonmail.com> | 2020-02-11 01:40:44 +0100 |
| commit | 97850d8c1ee3522ccce30ef31ed91601da8c0730 (patch) | |
| tree | 770761b1f211d47dbc619f9d6922174686bd6fc7 /src/main.rs | |
| parent | f6d1d4ea258490670ee1605c596a6ba9a49a77db (diff) | |
inventory is now shown
Diffstat (limited to 'src/main.rs')
| -rw-r--r-- | src/main.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs index 26ca3e0..1c253ea 100644 --- a/src/main.rs +++ b/src/main.rs @@ -228,7 +228,7 @@ fn default_assemblages() -> Encyclopedia { "sprite": ["string", "pebble"], "height": ["float", 0.4] }], - ["Item", {"ent": ["template", "pebble"]}] + ["Item", {"ent": ["template", "pebble"], "name": ["string", "pebble"]}] ] }, "player": { |
