diff options
Diffstat (limited to 'npc/000-2-0')
-rw-r--r-- | npc/000-2-0/billybons.txt | 4 | ||||
-rw-r--r-- | npc/000-2-0/doors.txt | 2 |
2 files changed, 3 insertions, 3 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; diff --git a/npc/000-2-0/doors.txt b/npc/000-2-0/doors.txt index dd65645c..a60b0c80 100644 --- a/npc/000-2-0/doors.txt +++ b/npc/000-2-0/doors.txt @@ -40,7 +40,7 @@ OnTouch: next; mesn "Narrator"; - mes col(l("Captain Nard is in the room to your right."), 9); + mesc(l("Captain Nard is in the room to your right."), 9); next; restorecam; |