public override bool IsInvalid(MySmallShipBot bot)
 {
     return !bot.IsDamagedForWarnignAlert();
 }
Example #2
0
 public override bool IsInvalid(MySmallShipBot bot)
 {
     return(!bot.IsDamagedForWarnignAlert());
 }