He's right, though... scrolls can be recited on others, even if its spell is
TAR_CHAR_SELF. And the check in stone skin creates a problem with this.
Unless you've changed it so that you can't recite self-cast spells on others
from scrolls. I sure have..
--Palrich.
On Thursday 07 March 2002 07:32 am, Jason Gauthier wrote:
> > A> void spell_stone_skin( int sn, int level, CHAR_DATA *ch,
> > void *vo,int
> > A> target )
> > A> {
> > A> CHAR_DATA *victim = (CHAR_DATA *) vo;
> > A> AFFECT_DATA af;
> >
> > A> if ( is_affected( ch, sn ) )
> >
> > You forgot that this spell is TAR_CHAR_SELF. Yopu cannot cast stone
> > skin on another char, anyway.