From 7aa47a08bfdce1a6f65acaa86815b9d8a02e3a48 Mon Sep 17 00:00:00 2001 From: Kenpachi Developer Date: Thu, 25 Jun 2020 07:58:32 +0200 Subject: Enable picking up items while Megaphone input box is present --- src/map/clif.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map') diff --git a/src/map/clif.c b/src/map/clif.c index f220e0e06..db719256e 100644 --- a/src/map/clif.c +++ b/src/map/clif.c @@ -11956,7 +11956,7 @@ static void clif_parse_TakeItem(int fd, struct map_session_data *sd) ) ) break; - if (pc_cant_act(sd)) + if (pc_cant_act_except_npc(sd) || (sd->npc_id != 0 && sd->state.using_megaphone == 0)) break; if (!pc->takeitem(sd, fitem)) -- cgit v1.2.3-60-g2f50