Index: act.item.c
RCS file: /home/circledb/cvs/circle/src/act.item.c,v
retrieving revision 1.28
diff -u -p -r1.28 act.item.c
--- act.item.c 1999/07/05 03:56:37 1.28
+++ act.item.c 1999/08/28 14:38:33
@@ -540,10 +540,9 @@ ACMD(do_drop)
} else if (is_number(arg)) {
multi = atoi(arg);
one_argument(argument, arg);
- if (!str_cmp("coins", arg) || !str_cmp("coin", arg)) {
+ if (!str_cmp("coins", arg) || !str_cmp("coin", arg))
perform_drop_gold(ch, multi, mode, RDR);
- amount = multi;
- } else if (multi <= 0)
+ else if (multi <= 0)
send_to_char("Yeah, that makes sense.\r\n", ch);
else if (!*arg) {
sprintf(buf, "What do you want to %s %d of?\r\n", sname, multi);
--
George Greer | CircleMUD Snippets
greerga@circlemud.org | http://developer.circlemud.org/snippets/
+------------------------------------------------------------+
| Ensure that you have read the CircleMUD Mailing List FAQ: |
| http://qsilver.queensu.ca/~fletchra/Circle/list-faq.html |
+------------------------------------------------------------+
This archive was generated by hypermail 2b30 : 12/15/00 PST