modify zombie health

This commit is contained in:
marblexu 2019-09-15 21:37:32 +08:00
parent 246326991a
commit 705b3220f6

View File

@ -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