diff options
Diffstat (limited to 'npc/000-2-0/billybons.txt')
-rw-r--r-- | npc/000-2-0/billybons.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/000-2-0/billybons.txt b/npc/000-2-0/billybons.txt index 23e056a8..1ca803dc 100644 --- a/npc/000-2-0/billybons.txt +++ b/npc/000-2-0/billybons.txt @@ -13,7 +13,7 @@ next; mesn "Narrator"; - mes col(l("The sailor chugs his beer."), 9); + mesc(l("The sailor chugs his beer."), 9); next; select @@ -85,7 +85,7 @@ L_Quit: next; mesn "Narrator"; - mes col(l("The sailor turns his back to you."), 9); + mesc(l("The sailor turns his back to you."), 9); close; |