diff options
author | Fedja Beader <fedja@protonmail.ch> | 2023-01-26 00:39:38 +0100 |
---|---|---|
committer | Fedja Beader <fedja@protonmail.ch> | 2023-01-26 00:39:38 +0100 |
commit | d014a7ef833a5896375da59bd9f4b3a990a9fc7b (patch) | |
tree | 7b9f157b067474d494ae2ef2c250f7fd2ba3cd65 | |
parent | 96fbd7b0403f38cb8ec875e2b589ff61800e25c0 (diff) | |
download | serverdata-d014a7ef833a5896375da59bd9f4b3a990a9fc7b.tar.gz serverdata-d014a7ef833a5896375da59bd9f4b3a990a9fc7b.tar.bz2 serverdata-d014a7ef833a5896375da59bd9f4b3a990a9fc7b.tar.xz serverdata-d014a7ef833a5896375da59bd9f4b3a990a9fc7b.zip |
Add more interaction pauses into recipes printing
-rw-r--r-- | npc/craft/recipes.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/npc/craft/recipes.txt b/npc/craft/recipes.txt index 0647ff49a..445856b4b 100644 --- a/npc/craft/recipes.txt +++ b/npc/craft/recipes.txt @@ -170,6 +170,7 @@ function readAlchemy { showRecipe(DexPotionA, DexPotionB, DexPotionC); + dnext; // Scrolls mesc "----------"+l("Magic Scrolls")+"----------", 2; @@ -184,6 +185,7 @@ function readAlchemy { ScrollBattlePlansA, ScrollDefenseBlessA, ScrollCriticalFortuneA); + dnext; // General Stuff mesc "----------"+l("Reagents & Other Potions")+"----------", 2; |