From 705b3220f6a6e86853a43ed1bf5e95ab3572ee6b Mon Sep 17 00:00:00 2001 From: marblexu <314299052@qq.com> Date: Sun, 15 Sep 2019 21:37:32 +0800 Subject: [PATCH] modify zombie health --- source/constants.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/constants.py b/source/constants.py index ee239c9..f40bab1 100644 --- a/source/constants.py +++ b/source/constants.py @@ -107,8 +107,8 @@ BOOMDIE = 'BoomDie' LOSTHEAD_HEALTH = 5 NORMAL_HEALTH = 10 FLAG_HEALTH = 15 -CONEHEAD_HEALTH = 15 -BUCKETHEAD_HEALTH = 20 +CONEHEAD_HEALTH = 20 +BUCKETHEAD_HEALTH = 30 ATTACK_INTERVAL = 1000 ZOMBIE_WALK_INTERVAL = 70