diff options
-rw-r--r-- | npc/011-1/alchemist.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/011-1/alchemist.txt b/npc/011-1/alchemist.txt index 2308ca63..e38f76ba 100644 --- a/npc/011-1/alchemist.txt +++ b/npc/011-1/alchemist.txt @@ -301,7 +301,7 @@ L_iron: L_concentration: set @COST_PER_CONCENTRATION_POTION, 2; - mes "\" To make them, I'm going to need " + @COST_PER_CONCENTRATION_POTION + " Pink Petals per Concentration Potion. How many Iron Potions would you like?\""; + mes "\" To make them, I'm going to need " + @COST_PER_CONCENTRATION_POTION + " Pink Petals per Concentration Potion. How many Concentration Potions would you like?\""; input @count; if (@count == 0) close; |