From f69e7b7afc0a8a36d085623c58796a1e3be29e0a Mon Sep 17 00:00:00 2001 From: WinDanesz <31292708+windanesz@users.noreply.github.com> Date: Sat, 27 Jan 2024 20:29:16 +0100 Subject: [PATCH] fix: Crystal Mine and Might & Magic are Ancient Spells set to being castable by NPC Wizards. Fixes #226 --- .../assets/ancientspellcraft/spells/crystal_mine.json | 4 ++-- .../assets/ancientspellcraft/spells/might_and_magic.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/resources/assets/ancientspellcraft/spells/crystal_mine.json b/src/main/resources/assets/ancientspellcraft/spells/crystal_mine.json index 3b40c07a..0b062cfd 100644 --- a/src/main/resources/assets/ancientspellcraft/spells/crystal_mine.json +++ b/src/main/resources/assets/ancientspellcraft/spells/crystal_mine.json @@ -3,8 +3,8 @@ "book": true, "scroll": true, "wands": true, - "npcs": true, - "dispensers": true, + "npcs": false, + "dispensers": false, "commands": true, "treasure": true, "trades": true, diff --git a/src/main/resources/assets/ancientspellcraft/spells/might_and_magic.json b/src/main/resources/assets/ancientspellcraft/spells/might_and_magic.json index 73ef8162..00cc3db4 100644 --- a/src/main/resources/assets/ancientspellcraft/spells/might_and_magic.json +++ b/src/main/resources/assets/ancientspellcraft/spells/might_and_magic.json @@ -3,7 +3,7 @@ "book": true, "scroll": true, "wands": true, - "npcs": true, + "npcs": false, "dispensers": true, "commands": true, "treasure": true,