mirror of
https://github.com/tbamud/tbamud.git
synced 2026-02-05 23:51:47 +01:00
Bugfix: the "rest" is added but was never subtracted. (#120)
This commit is contained in:
parent
e9c9808a24
commit
7f495670f2
1 changed files with 0 additions and 1 deletions
|
|
@ -546,7 +546,6 @@ ACMD(do_split)
|
|||
if (rest) {
|
||||
send_to_char(ch, "%d coin%s %s not splitable, so you keep the money.\r\n",
|
||||
rest, (rest == 1) ? "" : "s", (rest == 1) ? "was" : "were");
|
||||
increase_gold(ch, rest);
|
||||
}
|
||||
} else {
|
||||
send_to_char(ch, "How many coins do you wish to split with your group?\r\n");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue