From b56aa852c4eb8d6226e883ce1a4b8b4560e25478 Mon Sep 17 00:00:00 2001 From: dwm10005 Date: Fri, 17 Apr 2015 11:16:06 -0400 Subject: [PATCH] Remove OP minion types for now --- src/MinionTypes.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/MinionTypes.java b/src/MinionTypes.java index 5e53581..6c9d2e0 100644 --- a/src/MinionTypes.java +++ b/src/MinionTypes.java @@ -11,9 +11,9 @@ public enum MinionTypes { SPEEDO (100, 1, 4, 3, "Speedo Minion.png"), SUPERSPEEDO (255, 1, 4, 5, "Superspeedo Minion.png"), JUGGERNAUT (1000, 1, 1, 10, "Juggernaut Minion.png"), - UNKILLABLE (10000, 1, 1, 100, "Unkillable Minion.png"), +// UNKILLABLE (10000, 1, 1, 100, "Unkillable Minion.png"), DOUBLEBASIC (255, 2, 1, 12, "Double Basic Minion.png"), - SUPERKILLER (10, 20, 8, 100, "Superkiller Minion.png"), +// SUPERKILLER (10, 20, 8, 100, "Superkiller Minion.png"), MONEYBAGS (350, 1, 2, 50, "Moneybags Minion.png");