mirror of
https://github.com/HbmMods/Hbm-s-Nuclear-Tech-GIT.git
synced 2026-01-25 10:32:49 +00:00
minor behemoth buff
This commit is contained in:
parent
ebeb276e94
commit
acd2e96c64
@ -74,7 +74,7 @@ public class EntityGlyphidBehemoth extends EntityGlyphid {
|
|||||||
super.onDeath(source);
|
super.onDeath(source);
|
||||||
if (!worldObj.isRemote) {
|
if (!worldObj.isRemote) {
|
||||||
EntityMist mist = new EntityMist(worldObj);
|
EntityMist mist = new EntityMist(worldObj);
|
||||||
mist.setType(Fluids.ACID);
|
mist.setType(Fluids.SULFURIC_ACID);
|
||||||
mist.setPosition(posX, posY, posZ);
|
mist.setPosition(posX, posY, posZ);
|
||||||
mist.setArea(10, 4);
|
mist.setArea(10, 4);
|
||||||
mist.setDuration(120);
|
mist.setDuration(120);
|
||||||
@ -88,7 +88,7 @@ public class EntityGlyphidBehemoth extends EntityGlyphid {
|
|||||||
this.addPotionEffect(new PotionEffect(Potion.moveSlowdown.id, 2 * 20, 6));
|
this.addPotionEffect(new PotionEffect(Potion.moveSlowdown.id, 2 * 20, 6));
|
||||||
EntityChemical chem = new EntityChemical(worldObj, this);
|
EntityChemical chem = new EntityChemical(worldObj, this);
|
||||||
|
|
||||||
chem.setFluid(Fluids.ACID);
|
chem.setFluid(Fluids.SULFURIC_ACID);
|
||||||
worldObj.spawnEntityInWorld(chem);
|
worldObj.spawnEntityInWorld(chem);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user