summaryrefslogtreecommitdiff
path: root/npc/functions/craft/alchemy.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/functions/craft/alchemy.txt')
-rw-r--r--npc/functions/craft/alchemy.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/npc/functions/craft/alchemy.txt b/npc/functions/craft/alchemy.txt
index d0b8efa01..227e9e546 100644
--- a/npc/functions/craft/alchemy.txt
+++ b/npc/functions/craft/alchemy.txt
@@ -28,9 +28,6 @@ function script AlchemySystem {
if (.@entry < 0) {
.success=false;
} else {
- // Check against COOKING_RECIPES
- // using CraftCarpCocktail for example (Craft ID)
- // Checking somehow if you know it (array_find?)
if (.scope == CRAFT_NPC || .knowledge[.@entry]) {
usecraft .@craft;
.success=true;