From f6444c18d97bcd6faf24b2467d5c88d41b3ae100 Mon Sep 17 00:00:00 2001 From: rmotheram <74262864+rmotheram@users.noreply.github.com> Date: Sun, 23 May 2021 23:39:18 -0400 Subject: [PATCH] Add files via upload --- .../src/mineplex/core/game/kit/GameKit.java | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/Mineplex.Core/src/mineplex/core/game/kit/GameKit.java b/Mineplex.Core/src/mineplex/core/game/kit/GameKit.java index ef065522..b55ce06a 100644 --- a/Mineplex.Core/src/mineplex/core/game/kit/GameKit.java +++ b/Mineplex.Core/src/mineplex/core/game/kit/GameKit.java @@ -808,6 +808,25 @@ public enum GameKit ), 0 ), + CASTLE_SIEGE_UNDEAD_ZOMBIE_2 + ( + 99, + GameDisplay.CastleSiege, + "Undead Zombie 2", + "undeadzombie2", + new String[] + { + "Keep those arrows coming 2 .", + C.blankLine, + "Receive " + C.cGreen + "Regeneration 255" + }, + new KitEntityData<> + ( + Player.class, + new ItemStack(Material.STONE_AXE) + ), + 0 + ), CASTLE_SIEGE_UNDEAD_SUMMONER (