summaryrefslogtreecommitdiff
path: root/npc/craft/recipes.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/craft/recipes.txt')
-rw-r--r--npc/craft/recipes.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/npc/craft/recipes.txt b/npc/craft/recipes.txt
index 95cce3aad..755a96258 100644
--- a/npc/craft/recipes.txt
+++ b/npc/craft/recipes.txt
@@ -406,6 +406,12 @@ function script MakeBlueprint {
// Now you'll learn some recipe!
.@rcp=any_of(.@recipes);
+
+ // Half precision failsafe
+ if (RECIPES_EQUIPMENT[.@rcp] && any(true, false))
+ .@rcp=any_of(.@recipes);
+
+ // Maybe you already knew it?
if (RECIPES_ALCHEMY[.@rcp]) {
.@mpot=rand2(900, 1000*.@rarity);
dispbottom l("It was a recipe you already knew... (+ @@ Mobpt)", .@mpot);