/*
** j###t ########## #### ####
** j###t ########## #### ####
** j###T "###L J###"
** ######P' ########## #########
** ######k, ########## T######T
** ####~###L ####
** #### q###L ########## .#####
** #### \###L ########## #####"
**
** $Id$
**
** Class History
**
** Date Name Description
** ---------|------------|-----------------------------------------------
** 24Aug98 subtle start of recorded history
**
*/
package key.commands;
import key.*;
import java.io.IOException;
import java.util.StringTokenizer;
public class Whisper extends DirectedBroadcast
{
public Whisper()
{
}
protected Scape limitation( Player p )
{
return( p.getLocation() );
}
protected void cause( key.effect.DirectedBroadcast e )
{
e.causeExclusive();
}
}