summaryrefslogtreecommitdiffstats
path: root/mbbsd/cal.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/cal.c')
-rw-r--r--mbbsd/cal.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/mbbsd/cal.c b/mbbsd/cal.c
index 1abc5421..ec99c459 100644
--- a/mbbsd/cal.c
+++ b/mbbsd/cal.c
@@ -139,6 +139,7 @@ osong(void)
}
}
+ reload_money();
if (cuser.money < 200) {
move(22, 0);
vmsg("點歌要200銀唷!....");
@@ -274,6 +275,7 @@ p_cloak(void)
{
if (vans(currutmp->invisible ? "確定要現身?[y/N]" : "確定要隱身?[y/N]") != 'y')
return 0;
+ reload_money();
if (cuser.money >= 19) {
vice(19, "付費隱身");
currutmp->invisible %= 2;