Beispiel #1
0
        private bool CheckInstrumentSlays(Mobile target)
        {
            BaseInstrument instrument = BaseInstrument.GetInstrument(Caster);

            return(instrument != null && instrument.Slays(target));
        }