From d8151aad24c138efcf2ce791c27b85f55119f09c Mon Sep 17 00:00:00 2001 From: Kenpachi Developer Date: Sun, 31 May 2020 23:01:47 +0200 Subject: Implement loudhailer() script command --- src/map/clif.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/map/clif.h') diff --git a/src/map/clif.h b/src/map/clif.h index fdaaf85e3..e43aad808 100644 --- a/src/map/clif.h +++ b/src/map/clif.h @@ -146,6 +146,8 @@ typedef enum broadcast_flags { BC_WOE = 0x20, BC_COLOR_MASK = 0x30, // BC_YELLOW|BC_BLUE|BC_WOE + BC_MEGAPHONE = 0x40, + BC_DEFAULT = BC_ALL|BC_PC|BC_YELLOW } broadcast_flags; -- cgit v1.2.3-60-g2f50