diff options
author | Jesusalva Jesusalva <jesusalva@themanaworld.org> | 2023-01-25 23:54:37 +0000 |
---|---|---|
committer | Jesusalva Jesusalva <jesusalva@themanaworld.org> | 2023-01-25 23:54:37 +0000 |
commit | e610ac91242c63c28a4c42ab8e13acb0aee89c6e (patch) | |
tree | 7b9f157b067474d494ae2ef2c250f7fd2ba3cd65 | |
parent | 96fbd7b0403f38cb8ec875e2b589ff61800e25c0 (diff) | |
parent | d014a7ef833a5896375da59bd9f4b3a990a9fc7b (diff) | |
download | serverdata-e610ac91242c63c28a4c42ab8e13acb0aee89c6e.tar.gz serverdata-e610ac91242c63c28a4c42ab8e13acb0aee89c6e.tar.bz2 serverdata-e610ac91242c63c28a4c42ab8e13acb0aee89c6e.tar.xz serverdata-e610ac91242c63c28a4c42ab8e13acb0aee89c6e.zip |
Merge branch 'master' into 'master'
Add more interaction pauses into recipes printing
See merge request ml/serverdata!79
-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; |