adjust slime color-codes.rs

This commit is contained in:
Stachelbeere1248 2023-10-27 18:36:41 +02:00 committed by GitHub
parent 2f547b95a4
commit b866b1fd61
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -121,9 +121,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,
};