From 9b6144de5bf5d6513fff30a9450d8d2157e0750d Mon Sep 17 00:00:00 2001 From: Steve Date: Tue, 10 May 2016 14:56:57 +0100 Subject: [PATCH] Disable limit of 5. --- data/challenges/19.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/data/challenges/19.json b/data/challenges/19.json index 4c8d835..349f1ae 100644 --- a/data/challenges/19.json +++ b/data/challenges/19.json @@ -14,8 +14,9 @@ }, "challenge" : { "allowPlayerDeath" : 1, - "killLimit" : 5, + "disableLimit" : 5, "timeLimit" : 180, + "eliminateThreats" : 1, "challenges" : [ { "type" : "CHALLENGE_DISABLE",