diff options
Diffstat (limited to 'npc/000-1/couwan.txt')
-rw-r--r-- | npc/000-1/couwan.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/000-1/couwan.txt b/npc/000-1/couwan.txt index 0d231706..092b7aaa 100644 --- a/npc/000-1/couwan.txt +++ b/npc/000-1/couwan.txt @@ -78,10 +78,10 @@ inventoryplace FishBox, 1; mesn "Narrator"; - mes col(l("Couwan hands you a box full of fish."), 9); + mesc(l("Couwan hands you a box full of fish."), 9); getitem FishBox, 1; next; - mes col(l("The sailor turns his back to you."), 9); + mesc(l("The sailor turns his back to you."), 9); setq ShipQuests_Couwan, 1; break; |