summaryrefslogtreecommitdiff
path: root/src/map/clif.h
diff options
context:
space:
mode:
authorKenpachi Developer <Kenpachi.Developer@gmx.de>2020-05-31 23:01:47 +0200
committerKenpachi Developer <Kenpachi.Developer@gmx.de>2020-05-31 23:11:34 +0200
commitd8151aad24c138efcf2ce791c27b85f55119f09c (patch)
treea5ca930d6df4fa6941d64be8d77b23d3005c9771 /src/map/clif.h
parent1cccfca3dd708354bf808068c1210ce353957f2e (diff)
downloadhercules-d8151aad24c138efcf2ce791c27b85f55119f09c.tar.gz
hercules-d8151aad24c138efcf2ce791c27b85f55119f09c.tar.bz2
hercules-d8151aad24c138efcf2ce791c27b85f55119f09c.tar.xz
hercules-d8151aad24c138efcf2ce791c27b85f55119f09c.zip
Implement loudhailer() script command
Diffstat (limited to 'src/map/clif.h')
-rw-r--r--src/map/clif.h2
1 files changed, 2 insertions, 0 deletions
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;