Ejemplo n.º 1
0
        public override object Evaluate(List <string> args, ExpressionEvaluator evaluator, Creature player, Target target, CastedSpell spell, DiceStoppedRollingData dice = null)
        {
            ExpectingArguments(args, 0);

            player.GiveAdvantageThisRoll();
            return(null);
        }