Results 1 to 10 of 20
Like Tree4Likes

Thread: Superb vs Very Good morale -- Is there a difference ?

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Rookie
    Join Date
    Mar 2015
    Posts
    80
    if (opponent == "redsnoopy")
    {
    morale = "SUPERB";
    }
    else
    {
    morale = "VERY GOOD";
    }

  2. #2
    Moderator milpol's Avatar
    Join Date
    Jul 2016
    Location
    Greece
    Posts
    2,023
    Quote Originally Posted by Sparta Page View Post
    if (opponent == "redsnoopy")
    {
    morale = "SUPERB";
    }
    else
    {
    morale = "VERY GOOD";
    }
    You should apply as an engineer in Nordeus

    Jokes aside, morale does have an impact in performance. But, "how much", and "when" remain unsolved mysteries for now.
    Sparta Page likes this.