X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fcommon%2Fmonsters%2Fmonsters.qh;h=ae994ae1b24a1dcf02fdcb7128f0c75147d04f63;hb=da570c60f96cdc1f1f70a682414eb73c1b051117;hp=e5750baed198e02e90370fb6fb2bd0fffc77fef3;hpb=031d7135f101779a2bb6c9ccb787c0d9c7f13eae;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/common/monsters/monsters.qh b/qcsrc/common/monsters/monsters.qh index e5750baed..ae994ae1b 100644 --- a/qcsrc/common/monsters/monsters.qh +++ b/qcsrc/common/monsters/monsters.qh @@ -13,6 +13,7 @@ const float MONSTER_RESPAWN_DEATHPOINT = 128; // re-spawn where we died const float MONSTER_TYPE_FLY = 256; const float MONSTER_TYPE_SWIM = 512; const float MONSTER_SIZE_BROKEN = 1024; // TODO: remove when bad models are replaced +const float MON_FLAG_SUPERMONSTER = 2048; // incredibly powerful monster // entity properties of monsterinfo: .float monsterid; // MON_...