diff options
-rw-r--r-- | npc/002-1/peter.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/npc/002-1/peter.txt b/npc/002-1/peter.txt index 6fd903dec..c129b7388 100644 --- a/npc/002-1/peter.txt +++ b/npc/002-1/peter.txt @@ -210,6 +210,17 @@ L_Task: L_Start: mes ""; + mesc l("Rattos are pretty strong. Do you need an explanation about hit'n'run?"); + if (askyesno() == ASK_YES) { + mes ""; + mesc l(".:: Hit'n'Run Tactic ::."); + mesc l("Sometimes, you just cannot afford to be hit. But even with a melee weapon, you don't need to be hit."); + next; + mesc l("The strategy is simple. When you hit the enemy, walk one or two tiles backwards."); + mesc l("If you miss, walk two or three tiles backwards. This way, you avoid being hit."); + next; + } + mes ""; mesn; mesq l("Okay, you can start!"); |