Small change to damage entity
Still will need to be corrected later to pass the question to the tile
This commit is contained in:
parent
e4327c7cc2
commit
41c1032226
1 changed files with 7 additions and 0 deletions
|
@ -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()
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue