示例#1
0
void x_rayer::apply(patient & p) const
{
  if (random_num() <= APPLY_RANGE)
  {
    p.modify_health();
  }
  return;
}