From 5e8633b136e1c791f8177a4bf369d409f46fe342 Mon Sep 17 00:00:00 2001 From: OJCubing <40577393+OJCubing@users.noreply.github.com> Date: Thu, 21 Oct 2021 22:23:07 +0100 Subject: [PATCH] Alchemist Jinxes Added the Spy/Alchemist and Widow/Alchemist jinxes --- src/hatred.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src/hatred.json b/src/hatred.json index 2dcaf49..80529f7 100644 --- a/src/hatred.json +++ b/src/hatred.json @@ -173,6 +173,10 @@ { "id": "Heretic", "reason": "Only 1 jinxed character can be in play." + }, + { + "id": "Alchemist", + "reason": "The Alchemist can not have the Spy ability." } ] }, @@ -194,6 +198,10 @@ { "id": "Heretic", "reason": "Only 1 jinxed character can be in play." + }, + { + "id": "Alchemist", + "reason": "The Alchemist can not have the Widow ability." } ] }, @@ -244,4 +252,4 @@ } ] } -] \ No newline at end of file +]