diff options
| author | troido <troido@protonmail.com> | 2020-10-03 15:20:52 +0200 |
|---|---|---|
| committer | troido <troido@protonmail.com> | 2020-10-03 15:20:52 +0200 |
| commit | fa5ddaa570473ece02e0a3bfb35702211d21ce12 (patch) | |
| tree | 501498c9db9d7d2c985f86272b3405c98301556f /src/item.rs | |
| parent | 5af83beb6f10023cef7eba192a0b190518fe967b (diff) | |
added dense grass; home is now part of monsterAI component
Diffstat (limited to 'src/item.rs')
| -rw-r--r-- | src/item.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/item.rs b/src/item.rs index c8337f9..7a494b7 100644 --- a/src/item.rs +++ b/src/item.rs @@ -7,7 +7,7 @@ use crate::{ Template, components::{ Flag, - equipment::Equippable + Equippable } }; |
