Normal sheep no longer act like exploding sheep

This commit is contained in:
Garbage Mule 2011-08-22 20:39:40 +02:00
parent 4d5c23aa97
commit 04fdbf9031
2 changed files with 0 additions and 1 deletions

Binary file not shown.

View File

@ -69,7 +69,6 @@ public enum MACreature
switch (this)
{
case SHEEP:
case EXPLODINGSHEEP:
arena.addExplodingSheep(e);
break;