]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/monsters/monsters.qh
Add a special flag for powerful monsters
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / monsters / monsters.qh
index e5750baed198e02e90370fb6fb2bd0fffc77fef3..ae994ae1b24a1dcf02fdcb7128f0c75147d04f63 100644 (file)
@@ -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_...