diff options
-rw-r--r-- | npc/024-16/craftsman.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/024-16/craftsman.txt b/npc/024-16/craftsman.txt index 1d3fce662..00171a42d 100644 --- a/npc/024-16/craftsman.txt +++ b/npc/024-16/craftsman.txt @@ -124,7 +124,7 @@ function calcUpgrade { return false; if (CRAFTING_SCORE_COMPLETE % 40 < .@cf) return false; - if (.@cf < 0) + if (.@cf < 0 || .@gp < 0) return false; // You may get a free blueprint |