diff options
Diffstat (limited to 'npc/018-6-1')
-rw-r--r-- | npc/018-6-1/main.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/018-6-1/main.txt b/npc/018-6-1/main.txt index bdb483646..953804e7f 100644 --- a/npc/018-6-1/main.txt +++ b/npc/018-6-1/main.txt @@ -151,10 +151,10 @@ OnInit: close; OnMain: - showavatar NPC_GUARD_DEAD; setpcblock(PCBLOCK_HARD, true); mesc l("STORY MODE ENABLED. Monsters won't attack you, so you can read without worries."), 1; next; + showavatar NPC_GUARD_DEAD; mesn l("Wounded Soldier"); mesq l("Hey, you! Are you here on Kenton's orders?!"); next; @@ -163,7 +163,7 @@ OnMain: mesq l("My name is Benjamin, and I was in charge of an incursion here to capture Barbara."); next; mesn l("Benjamin, Wounded Soldier"); - mesq l("My unit, however, was attacked! An assassin snuck up on us!"); + mesq l("My unit, however, was attacked! %s snuck up on us!", b(l("An assassin"))); mesc l("You help Benjamin in getting up."); next; mesn l("Benjamin, Wounded Soldier"); |