saffronCrocus property

bool get saffronCrocus
inherited

Implementation

bool get saffronCrocus {
  if (this is ReliableTarget) {
    return false;
  }
  return true;
}