Small change to damage entity

Still will need to be corrected later to pass the question to the tile
This commit is contained in:
Robert Seifert 2013-06-09 10:29:30 -04:00
parent e4327c7cc2
commit 41c1032226

View file

@ -78,6 +78,13 @@ public class EntityTileDamage extends EntityLiving implements IEntityAdditionalS
}
}
@Override
public boolean isPotionApplicable(PotionEffect par1PotionEffect)
{
// TODO change this later to pass this question to the tile
return false;
}
@Override
public String getEntityName()
{