diff options
author | Wombat <hpwombat@yahoo.com> | 2011-06-14 16:00:30 -0400 |
---|---|---|
committer | Wombat <hpwombat@yahoo.com> | 2011-06-14 16:00:30 -0400 |
commit | 6ca84359fc63b6e9595e5d247b0aa8eb222b6e49 (patch) | |
tree | ea833e878a2bfbda9d9c56d133f53236513ed6f5 | |
parent | 34fcc8c6428faadda5e19e96c830e0db510d277b (diff) | |
download | serverdata-6ca84359fc63b6e9595e5d247b0aa8eb222b6e49.tar.gz serverdata-6ca84359fc63b6e9595e5d247b0aa8eb222b6e49.tar.bz2 serverdata-6ca84359fc63b6e9595e5d247b0aa8eb222b6e49.tar.xz serverdata-6ca84359fc63b6e9595e5d247b0aa8eb222b6e49.zip |
small language change iron to concentration potion
-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; |