diff options
author | Griffin Smith <root@gws.fyi> | 2019-07-29T15·22-0400 |
---|---|---|
committer | Griffin Smith <root@gws.fyi> | 2019-07-29T15·22-0400 |
commit | 9db5fad2f900732d59f9714ac4517952d26506d7 (patch) | |
tree | 1f8de240a1f7ccecd37282b0f984e1d0a7d38000 /src/entities/mod.rs | |
parent | 34b20b7786a8f6753bb449425772958e0285c385 (diff) |
Describe what you see when you walk over it
If the character walks over any number of entities, describe those entities to the character.
Diffstat (limited to 'src/entities/mod.rs')
-rw-r--r-- | src/entities/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/entities/mod.rs b/src/entities/mod.rs index 3fe84c76f8ef..a8c39ed8aa78 100644 --- a/src/entities/mod.rs +++ b/src/entities/mod.rs @@ -12,7 +12,7 @@ pub mod raws; pub use character::Character; pub use creature::Creature; -pub use entity::{Entity, Identified}; +pub use entity::{AnEntity, Describe, Entity, Identified}; pub use entity_char::EntityChar; pub use item::Item; pub use raws::raw; |