// mahkefel 2015: refuse orders to prevent op rat armies
// (or, rather, further bug reports ^^)
mixed direct_command_liv_to_str() {
  if (GetOwner() == this_player()->GetKeyName() ) 
    return "It's just a frog, already doing the best it can.";
  return capitalize(GetKeyName() ) + " will not listen to you.";
}

