summaryrefslogtreecommitdiff
path: root/src/components/mod.rs
diff options
context:
space:
mode:
authortroido <troido@protonmail.com>2020-09-21 00:59:38 +0200
committertroido <troido@protonmail.com>2020-09-21 00:59:38 +0200
commit92e437e50498f7705e33a556535ba39a2b918f9d (patch)
tree54c60fffdbadf0d5323e77016c11c439599e126c /src/components/mod.rs
parent1e7c665728eb638cdf921824f4c22f54b81f29de (diff)
made talk and reply a form of interact again
Diffstat (limited to 'src/components/mod.rs')
-rw-r--r--src/components/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/mod.rs b/src/components/mod.rs
index 68e666c..f315060 100644
--- a/src/components/mod.rs
+++ b/src/components/mod.rs
@@ -16,7 +16,7 @@ pub use messages::{
TriggerBox
};
pub use faction::Faction;
-pub use interactable::{Interactable, Talkable, Exchanger};
+pub use interactable::{Interactable, Exchanger};
pub use equipment::Equipment;
pub use inventory::Inventory;
pub use serialise::Serialise;