Example #1
0
 private void ModifyDice(DiceRoll diceroll)
 {
     HostShip.OnImmediatelyAfterRolling -= ModifyDice;
     if (diceroll.Change(DieSide.Success, DieSide.Crit, 1) > 0)
     {
         Messages.ShowInfo("Advanced Targeting Computer: 1 hit changed to crit");
     }
 }