diff options
Diffstat (limited to 'mbbsd/talk.c')
-rw-r--r-- | mbbsd/talk.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mbbsd/talk.c b/mbbsd/talk.c index e94bd9f4..3e2e4b39 100644 --- a/mbbsd/talk.c +++ b/mbbsd/talk.c @@ -1348,7 +1348,9 @@ my_talk(userinfo_t * uin, int fri_stat) static void self_play(userinfo_t * uin, int fri_stat) { - chc(0, CHC_PERSONAL); + move(1, 2); + if (getans("[象棋] 你確定要打譜嗎?[N/y]") == 'y') + chc(0, CHC_PERSONAL); } /* 選單式聊天介面 */ |