From b866b1fd6157485f90720546596f6fe3830335b8 Mon Sep 17 00:00:00 2001 From: Stachelbeere1248 <59412936+Stachelbeere1248@users.noreply.github.com> Date: Fri, 27 Oct 2023 18:36:41 +0200 Subject: [PATCH] adjust slime color-codes.rs --- src/commands/zombies/zombies.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/commands/zombies/zombies.rs b/src/commands/zombies/zombies.rs index 253fd53..6fafd49 100644 --- a/src/commands/zombies/zombies.rs +++ b/src/commands/zombies/zombies.rs @@ -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, };