X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fcommon%2Fconstants.qh;h=18e4e6100142b9c4ee73c3fb27ab94ec61481db3;hb=27affc836db176c0039fa3d818c070693eaad36b;hp=a60a9de13ff0a6275a2b548aafcf785b052e2dcd;hpb=ea697c58e8b01865f520284e5d037e306f1b0b32;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/common/constants.qh b/qcsrc/common/constants.qh index a60a9de13..18e4e6100 100644 --- a/qcsrc/common/constants.qh +++ b/qcsrc/common/constants.qh @@ -17,6 +17,7 @@ const int SERVERFLAG_ALLOW_FULLBRIGHT = BIT(0); const int SERVERFLAG_TEAMPLAY = BIT(1); const int SERVERFLAG_PLAYERSTATS = BIT(2); const int SERVERFLAG_PLAYERSTATS_CUSTOM = BIT(3); +const int SERVERFLAG_FORBID_PICKUPTIMER = BIT(4); const int SPECIES_HUMAN = 0; const int SPECIES_ROBOT_SOLID = 1; @@ -95,6 +96,9 @@ const int INITPRIO_DROPTOFLOOR = 20; const int INITPRIO_SETLOCATION = 90; const int INITPRIO_LINKDOORS = 91; const int INITPRIO_LAST = 99; + +// effects +const int EF_SHOCK = 262144; #endif #if defined(SVQC)