Exemplo n.º 1
0
 //"Freeze" the target, making them unable to move/ attack
 public override void doBuff(GenericPerson person)
 {
     person.attacked();//by doing this, it prevents this person from doing another attack
     time--;
 }