Exemple #1
0
        /// <inheritdoc />
        public override bool HandleInteraction(MobileEntity entity, ActionType action)
        {
            if (action != ActionType.Search)
            {
                return(base.HandleInteraction(entity, action));
            }

            if (!entity.CanPerformAction)
            {
                return(false);
            }

            Strip();

            entity.QueueRoundTimer();
            return(true);
        }