Skip to content

Commit

Permalink
Remove OP minion types for now
Browse files Browse the repository at this point in the history
  • Loading branch information
dwm10005 committed Apr 17, 2015
1 parent 0ad026a commit b56aa85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/MinionTypes.java
Original file line number Diff line number Diff line change
Expand Up @@ -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");


Expand Down

0 comments on commit b56aa85

Please sign in to comment.