Things that make you angry while playing GoW

Dear Devs, a little bit of programing (pseudo code) to add to GoW:

IF Battle-Type = “Event” AND Event-Medal != Equipped

 Print "We noticed you have an Event Medal for this battle, but it 
          isn't equipped. Would you like to equip it now?"

ELSE IF Battle-Type != “Event” AND Event-Medal = Equipped

 Print "You are using an Event Medal in a non-Event Battle. 
        Would you like to change it?"

END IF

9 Likes