diff options
Diffstat (limited to 'npc/024-16/craftsman.txt')
-rw-r--r-- | npc/024-16/craftsman.txt | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/npc/024-16/craftsman.txt b/npc/024-16/craftsman.txt index b1a212026..0abd3e827 100644 --- a/npc/024-16/craftsman.txt +++ b/npc/024-16/craftsman.txt @@ -86,9 +86,9 @@ function calcRequisites { case 4: return 18; case 5: - return 24; - case 6: return 32; + case 6: + return 64; } return -1; } @@ -156,6 +156,10 @@ function calcUpgrade { inventoryplace EquipmentBlueprintE, 1; getitem EquipmentBlueprintE, 1; break; + case 5: + inventoryplace AncientBlueprint, 1; + getitem AncientBlueprint, 1; + break; default: getexp 1700, 200; break; |