diff --git a/src/do.c b/src/do.c index bc3af874f..c637569fb 100644 --- a/src/do.c +++ b/src/do.c @@ -27,7 +27,8 @@ dodrop() if (*u.ushops) sellobj_state(SELL_DELIBERATE); - result = drop(getobj("drop", any_obj_ok, GETOBJ_PROMPT)); + result = drop(getobj("drop", any_obj_ok, + GETOBJ_PROMPT | GETOBJ_ALLOWCNT)); if (*u.ushops) sellobj_state(SELL_NORMAL); if (result)