Annalyn's Infiltration

in #italast month

using System;

static class QuestLogic
{
public static bool CanFastAttack(bool knightIsAwake)
{
if (!knightIsAwake)
{ return true;}
else return false;
}

public static bool CanSpy(bool knightIsAwake, bool archerIsAwake, bool prisonerIsAwake)
{
    if ((!knightIsAwake) && (!archerIsAwake) && (!prisonerIsAwake))
        return false;
    else return true;
}

public static bool CanSignalPrisoner(bool archerIsAwake, bool prisonerIsAwake)
  {
    if((!archerIsAwake) && (prisonerIsAwake == true))
       return true;
       else return false;
}
public static bool CanFreePrisoner(bool knightIsAwake, bool archerIsAwake, bool prisonerIsAwake, bool petDogIsPresent)
{
    throw new NotImplementedException("Please implement the (static) QuestLogic.CanFreePrisoner() method");
}

}

Sort:  

Thank you, friend!
I'm @steem.history, who is steem witness.
Thank you for witnessvoting for me.
image.png
please click it!
image.png
(Go to https://steemit.com/~witnesses and type fbslo at the bottom of the page)

The weight is reduced because of the lack of Voting Power. If you vote for me as a witness, you can get my little vote.

Coin Marketplace

STEEM 0.30
TRX 0.12
JST 0.033
BTC 62858.15
ETH 3112.97
USDT 1.00
SBD 3.90