Exemple #1
0
    public bool CheckIfHarmless()
    {
        bool isHarmless = GameMath.ChooseAttackOption(this, null) == null;

        this.isHarmless = isHarmless;
        return(isHarmless);
    }