diff --git a/Scripts/Items/Misc/CommunicationCrystals.cs b/Scripts/Items/Misc/CommunicationCrystals.cs index 053aa3dc8..8414db0a2 100644 --- a/Scripts/Items/Misc/CommunicationCrystals.cs +++ b/Scripts/Items/Misc/CommunicationCrystals.cs @@ -126,7 +126,7 @@ namespace Server.Items public override bool HandlesOnSpeech { - get{ return Active && Receivers.Count > 0 && ( RootParent == null || RootParent is Mobile ); } + get{ return true; } } public override void OnSpeech( SpeechEventArgs e )