X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fcommon%2Fmonsters%2Fmonster.qh;h=bfbd544e53246a14f31b4b8e0bb5ad0eb80e1791;hb=930ef452a1216c30d8aea486b634db1d542506c2;hp=84253b1e985fcf19c226d74a078dfa28489c580d;hpb=2ce2f533321210bef1f49b1245a8ea1fda15eea4;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/common/monsters/monster.qh b/qcsrc/common/monsters/monster.qh index 84253b1e9..bfbd544e5 100644 --- a/qcsrc/common/monsters/monster.qh +++ b/qcsrc/common/monsters/monster.qh @@ -9,7 +9,7 @@ #include "../../server/weapons/tracing.qh" #include "../../server/weapons/weaponsystem.qh" #include "../mutators/mutator/waypoints/waypointsprites.qh" -#include "../../warpzonelib/server.qh" +#include "../../lib/warpzone/server.qh" #endif // special spawn flags @@ -22,6 +22,7 @@ const int MON_FLAG_RANGED = 512; // monster shoots projectiles const int MON_FLAG_MELEE = 1024; const int MON_FLAG_CRUSH = 2048; // monster can be stomped in special modes const int MON_FLAG_RIDE = 4096; // monster can be ridden in special modes +const int MONSTER_SIZE_QUAKE = 8192; // entity properties of monsterinfo: .bool(int, entity targ) monster_attackfunc;