summaryrefslogtreecommitdiff
path: root/npc/items/miscrecipes.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/items/miscrecipes.txt')
-rw-r--r--npc/items/miscrecipes.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/items/miscrecipes.txt b/npc/items/miscrecipes.txt
index 1dee0861f..d0df7f3aa 100644
--- a/npc/items/miscrecipes.txt
+++ b/npc/items/miscrecipes.txt
@@ -9,7 +9,7 @@ function script TerraniteBlueprint {
// Lucky roll (0.25%)
if (rand2(2500) < 1) {
getitem AncientBlueprint, 1;
- dispbottom l("Wait a minute... This is written in Mananese! I can't read!");
+ dispbottom l("Wait a minute... This is written in Mananese! I can't read it!");
return;
}
@@ -49,7 +49,7 @@ function script LegendaryBlueprint {
// Unlucky roll (0.25%)
if (rand2(2500) < 1) {
getitem AncientBlueprint, 1;
- dispbottom l("Wait a minute... This is written in Mananese! I can't read!");
+ dispbottom l("Wait a minute... This is written in Mananese! I can't read it!");
return;
}