diff options
Diffstat (limited to 'npc/007-1/caelum.txt')
-rw-r--r-- | npc/007-1/caelum.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/npc/007-1/caelum.txt b/npc/007-1/caelum.txt index 05996b42d..a4060652d 100644 --- a/npc/007-1/caelum.txt +++ b/npc/007-1/caelum.txt @@ -115,15 +115,15 @@ L_Lying: mesn; mesq l("No no no, that's wrong."); next; - mes col("The miner goes to count your stuff again.", 9); + mesc l("The miner goes to count your stuff again."); next; - mes col("And again.", 9); + mesc l("And again."); next; - mes col("And again, and again.", 9); + mesc l("And again, and again."); next; - mes col("And again, and again, again.", 9); + mesc l("And again, and again, again."); next; - mes col("You wonder, maybe he entered on an infinite loop? Hellooo, anybody home?", 9); + mesc l("You wonder, maybe he entered on an infinite loop? Hellooo, anybody home?"); next; mesn; mesq l("No no no, you don't have everything I've asked for!"); |