From 081cc142ee89ceb0d5379457934f2f347404e2d5 Mon Sep 17 00:00:00 2001 From: Steve Date: Sun, 14 May 2017 17:01:42 +0100 Subject: [PATCH] New trophy for finishing the game at default difficulty. --- data/trophies/trophies.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/data/trophies/trophies.json b/data/trophies/trophies.json index f970465..bb087ef 100644 --- a/data/trophies/trophies.json +++ b/data/trophies/trophies.json @@ -8,9 +8,8 @@ { "id" : "NORMAL_MODE", "title" : "Fought back against the odds", - "description" : "Finished the campaign on normal", - "value" : "TROPHY_GOLD", - "hidden" : 1 + "description" : "Finish the campaign on default difficulty", + "value" : "TROPHY_GOLD" }, { "id" : "CAMPAIGN_COMPLETE",