From 357a5e0af9391094f499e8cc10221288ef53fe36 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 21 Jun 2020 05:58:20 -0300 Subject: Also, fix the bug correctly --- npc/024-16/craftsman.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc') 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 -- cgit v1.2.3-60-g2f50