aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--messages.pl4
-rw-r--r--taipan.c2
2 files changed, 3 insertions, 3 deletions
diff --git a/messages.pl b/messages.pl
index 61ae824..3067eb1 100644
--- a/messages.pl
+++ b/messages.pl
@@ -225,8 +225,8 @@ very_well "Very well. "
will_not_pay "will not pay\r\nLi Yuen the difference. I would be very\r\nwary of pirates if I were you."
you_only_have "you only have "
nl_in_spc "\nin "
-the_bank "the bank"
-cash "cash"
+the_bank "the bank.\n"
+cash "cash.\n"
do_you_have_biz_with_wu "Do you have business with Elder Brother\r\nWu, the moneylender? "
aware_of_your_plight "Elder Brother is aware of your plight,\r\nTaipan. He is willing to loan you an\r\nadditional "
if_you_will_pay_back " if you will pay back\r\n"
diff --git a/taipan.c b/taipan.c
index 1b30c6b..49f0b62 100644
--- a/taipan.c
+++ b/taipan.c
@@ -2644,7 +2644,7 @@ void you_only_have(unsigned char in_bank) {
print_msg(M_nl_in_spc);
// cputs(in_bank ? "the bank" : "cash");
print_msg(in_bank ? M_the_bank : M_cash);
- cputs(".\n");
+ // cputs(".\n");
good_joss_timed_getch();
}
#else