From d55d99bca6e3cc9e036319b2e5d3ad03bf0614fc Mon Sep 17 00:00:00 2001 From: Daniel Odendahl Jr Date: Tue, 17 Oct 2017 22:11:34 +0000 Subject: [PATCH] Fix tons of events --- assets/json/hunger-games.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/assets/json/hunger-games.json b/assets/json/hunger-games.json index 4d79ed7b..2ce51a13 100644 --- a/assets/json/hunger-games.json +++ b/assets/json/hunger-games.json @@ -243,7 +243,7 @@ { "text": "(Player1) catches (Player2) off guard and kills them.", "tributes": 2, - "deaths": [1] + "deaths": [2] }, { "text": "(Player1) throws a knife into (Player2)'s head.", @@ -258,7 +258,7 @@ { "text": "(Player1) and (Player2) work together to drown (Player3).", "tributes": 3, - "deaths": [2] + "deaths": [3] }, { "text": "(Player1) strangles (Player2) after engaging in a fist fight.", @@ -376,7 +376,7 @@ "deaths": [1] }, { - "text": "(Player1) convinces (Player2) to not kill them, only to kill them instead.", + "text": "(Player1) convinces (Player2) to not kill them, only to kill (Player2) instead.", "tributes": 2, "deaths": [2] }, @@ -860,7 +860,7 @@ { "text": "(Player1) catches (Player2) off guard and kills them.", "tributes": 2, - "deaths": [1] + "deaths": [2] }, { "text": "(Player1) throws a knife into (Player2)'s head.", @@ -875,7 +875,7 @@ { "text": "(Player1) and (Player2) work together to drown (Player3).", "tributes": 3, - "deaths": [2] + "deaths": [3] }, { "text": "(Player1) strangles (Player2) after engaging in a fist fight.", @@ -993,7 +993,7 @@ "deaths": [1] }, { - "text": "(Player1) convinces (Player2) to not kill them, only to kill them instead.", + "text": "(Player1) convinces (Player2) to not kill them, only to kill (Player2) instead.", "tributes": 2, "deaths": [2] },