From: Mario Date: Mon, 2 Sep 2013 04:46:22 +0000 (+1000) Subject: Block 90% of all damage (will make it configurable later) X-Git-Tag: xonotic-v0.8.0~241^2^2~88 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=e226767c4a96de64f8bbdd20bc05e8383f929034;p=xonotic%2Fxonotic-data.pk3dir.git Block 90% of all damage (will make it configurable later) --- diff --git a/qcsrc/common/monsters/monster/zombie.qc b/qcsrc/common/monsters/monster/zombie.qc index e34e6dae0..afe5beed0 100644 --- a/qcsrc/common/monsters/monster/zombie.qc +++ b/qcsrc/common/monsters/monster/zombie.qc @@ -91,7 +91,7 @@ float zombie_block() { monsters_setframe(zombie_anim_blockstart); self.armorvalue = 100; - self.m_armor_blockpercent = 0.7; + self.m_armor_blockpercent = 0.9; self.state = MONSTER_STATE_ATTACK_MELEE; // freeze monster self.attack_finished_single = time + 2.1;