]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/common/triggers/trigger/magicear.qh
Bot AI: reduce powerup rating value
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / triggers / trigger / magicear.qh
1 #pragma once
2
3
4 const int MAGICEAR_IGNORE_SAY = BIT(0);
5 const int MAGICEAR_IGNORE_TEAMSAY = BIT(1);
6 const int MAGICEAR_IGNORE_TELL = BIT(2);
7 const int MAGICEAR_IGNORE_INVALIDTELL = BIT(3);
8 const int MAGICEAR_REPLACE_WHOLE_MESSAGE = BIT(4);
9 const int MAGICEAR_REPLACE_OUTSIDE = BIT(5);
10 const int MAGICEAR_CONTINUE = BIT(6);
11 const int MAGICEAR_NODECOLORIZE = BIT(7);
12 const int MAGICEAR_TUBA = BIT(8);
13 const int MAGICEAR_TUBA_EXACTPITCH = BIT(9);