]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/monsters/monsters.qh
Remove disabled monsters (they don't fit very well & are too many to properly maintain)
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / monsters / monsters.qh
index 0245d4401bf0f2f3990e802341edd92350572513..e9a942b45790470f67dc690dd2e48e90d25c1950 100644 (file)
@@ -16,7 +16,6 @@ const float MONSTER_SIZE_BROKEN = 128; // TODO: remove when bad models are repla
 const float MON_FLAG_SUPERMONSTER = 256; // incredibly powerful monster
 const float MON_FLAG_RANGED = 512; // monster shoots projectiles
 const float MON_FLAG_MELEE = 1024;
-const float MON_FLAG_MUTATORBLOCKED = 2048;
 
 // entity properties of monsterinfo:
 .float monsterid; // MON_...