Merge branch 'master' of https://github.com/Stachelbeere1248/zmp-bot
Slime-color
This commit is contained in:
commit
f082973dcd
1 changed files with 3 additions and 3 deletions
|
@ -184,9 +184,9 @@ pub const BB_SZ_1: Zombie = Zombie {
|
|||
speed: 0.3,
|
||||
armor: [
|
||||
SLIME_HEAD,
|
||||
Chestplate(3,false,Leather(0x000000)),
|
||||
Leggings(2,false,Leather(0x000000)),
|
||||
Boots(1,false,Leather(0x000000)),
|
||||
Chestplate(3,false,Leather(0x55FF55)),
|
||||
Leggings(2,false,Leather(0x55FF55)),
|
||||
Boots(1,false,Leather(0x55FF55)),
|
||||
],
|
||||
weapon: SLIME_BALL,
|
||||
children: Children::None,
|
||||
|
|
Loading…
Add table
Reference in a new issue