Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove health minions
  • Loading branch information
jrb10014 committed May 1, 2015
1 parent 1edbead commit 4e38ddf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MinionTypes.java
Expand Up @@ -14,7 +14,7 @@ public enum MinionTypes {
// 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"),
HEALTH (2000, -1, 1, -50, "Basic Minion.png"),
// HEALTH (2000, -1, 1, -50, "Basic Minion.png"),
MONEYBAGS (350, 1, 2, 50, "Moneybags Minion.png");


Expand Down

0 comments on commit 4e38ddf

Please sign in to comment.