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, 4 insertions, 2 deletions
diff --git a/npc/craft/recipes.txt b/npc/craft/recipes.txt
index aa5bd0665..f54209dc1 100644
--- a/npc/craft/recipes.txt
+++ b/npc/craft/recipes.txt
@@ -541,8 +541,10 @@ function script MakeRandomBlueprint {
if (BaseLevel > 100) {
array_push(.@blueprints, AlchemyBlueprintD);
array_push(.@blueprints, EquipmentBlueprintD);
- array_push(.@blueprints, AlchemyBlueprintE);
- array_push(.@blueprints, EquipmentBlueprintE);
+ if (any(true,false)) {
+ array_push(.@blueprints, AlchemyBlueprintE);
+ array_push(.@blueprints, EquipmentBlueprintE);
+ }
}
getitem any_of(.@blueprints), 1;
return;