X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fcommon%2Fmonsters%2Fsv_monsters.qh;h=ad58d1909f23a8379e0b2c490f5a1f0e97d0539b;hb=493159d6d2011dc644aa33d3a7faac408f5671aa;hp=dd0056f6aed1b42e1c24edd49f9416f7f271782b;hpb=8d28cb3de508e8784f2cabe7fc1a5978d59dc8db;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/common/monsters/sv_monsters.qh b/qcsrc/common/monsters/sv_monsters.qh index dd0056f6a..ad58d1909 100644 --- a/qcsrc/common/monsters/sv_monsters.qh +++ b/qcsrc/common/monsters/sv_monsters.qh @@ -28,9 +28,9 @@ const float MONSTER_ATTACK_RANGED = 2; .vector oldangles; -.float monster_respawned; // used to make sure we're not recounting respawned monster stats +.float m_armor_blockpercent; -float monsters_spawned; +.float monster_respawned; // used to make sure we're not recounting respawned monster stats const float MONSTERSKILL_NOTEASY = 256; // monster will not spawn on skill <= 1 const float MONSTERSKILL_NOTMEDIUM = 512; // monster will not spawn on skill 2